diff --git a/index.js b/index.js index b9d78fc..f4ac62a 100644 --- a/index.js +++ b/index.js @@ -147,6 +147,7 @@ module.exports = { 'consistent-this': 'error', 'eol-last': 'error', 'func-call-spacing': ['error', 'always'], + 'no-spaced-func': 'off', 'func-name-matching': ['error', 'always'], 'func-names': ['error', 'always'], 'func-style': ['error', 'declaration', { allowArrowFunctions: true }],