// When renaming a rule, use this map to avoid causing a breaking change.// Mappings can be removed from this list during a major release only.// Example entry: ['rule-name-before', 'rule-name-after']constDEPRECATED_RULES = newMap([]);
exportdefaultDEPRECATED_RULES;