diff --git a/lib/rules/magic-to-const.js b/lib/rules/magic-to-const.js index 2498c32..29c92be 100644 --- a/lib/rules/magic-to-const.js +++ b/lib/rules/magic-to-const.js @@ -12,13 +12,10 @@ module.exports = { docs: { recommended: true, type: "warning", - description: "Ensure that magic numbers are extracted to constants", - replacedBy: ["quotes"] + description: "Ensure that magic numbers are extracted to constants" }, - schema: [], - deprecated: true - + schema: [] }, create: function(context) {