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 eb40520 commit 4d7c366Copy full SHA for 4d7c366
.eslintrc.cjs
@@ -28,7 +28,7 @@ module.exports = {
28
'arrow-body-style': 2,
29
'block-scoped-var': 2,
30
'class-methods-use-this': 2,
31
- complexity: [2, 5],
+ complexity: [2, { max: 10 }],
32
'consistent-this': 2,
33
'default-case': 2,
34
'default-param-last': 2,
0 commit comments