diff --git a/index.js b/index.js index 912e652..e84c060 100644 --- a/index.js +++ b/index.js @@ -36,7 +36,7 @@ module.exports = { // Best Practices https://eslint.org/docs/rules/#best-practices 'array-callback-return': ['error', { allowImplicit: false }], 'block-scoped-var': 'error', - 'class-methods-use-this': 'error', + 'class-methods-use-this': 'off', complexity: ['warn', { max: 10 }], 'consistent-return': ['error', { treatUndefinedAsUnspecified: false }], curly: ['error', 'multi-or-nest', 'consistent'],