diff --git a/index.js b/index.js index a0762a0..d027dc2 100644 --- a/index.js +++ b/index.js @@ -66,15 +66,7 @@ module.exports = { 'no-iterator': 'error', 'no-lone-blocks': 'error', 'no-loop-func': 'error', - 'no-magic-numbers': [ - 'warn', - { - enforceConst: true, - ignoreArrayIndexes: true, - detectObjects: true, - ignore: [-2, -1, 0, 1, 2, 10] - } - ], + 'no-magic-numbers': 'off', 'no-multi-spaces': 'error', 'no-multi-str': 'error', 'no-new': 'error',