We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eadb93 commit dc3af3aCopy full SHA for dc3af3a
packages/eslint-config-airbnb-base/rules/best-practices.js
@@ -11,7 +11,7 @@ module.exports = {
11
'block-scoped-var': 'error',
12
13
// specify the maximum cyclomatic complexity allowed in a program
14
- complexity: ['off', 11],
+ complexity: ['off', 20],
15
16
// enforce that class methods use "this"
17
// https://eslint.org/docs/rules/class-methods-use-this
0 commit comments