'use strict';
// 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']letDEPRECATED_RULES = newMap([]);
module.exports = DEPRECATED_RULES;