[eslint config] [base] update default value for complexity

This commit is contained in:
Kiran S
2021-05-03 21:39:00 +05:30
parent 1eadb93e37
commit dc3af3a90e

View File

@@ -11,7 +11,7 @@ module.exports = {
'block-scoped-var': 'error',
// specify the maximum cyclomatic complexity allowed in a program
complexity: ['off', 11],
complexity: ['off', 20],
// enforce that class methods use "this"
// https://eslint.org/docs/rules/class-methods-use-this