We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809f779 commit 9be733dCopy full SHA for 9be733d
.jshintrc
@@ -27,7 +27,7 @@
27
"maxparams" : 5, // {int} Max number of formal params allowed per function
28
"maxdepth" : 4, // {int} Max depth of nested blocks (within functions)
29
"maxstatements" : 25, // {int} Max number statements per function
30
- "maxcomplexity" : 6, // {int} Max cyclomatic complexity per function
+ "maxcomplexity" : 9, // {int} Max cyclomatic complexity per function
31
"maxlen" : false, // {int} Max number of characters per line
32
33
// Relaxing
0 commit comments