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 fc8451a commit e2a15a3Copy full SHA for e2a15a3
.jshintrc
@@ -30,7 +30,7 @@
30
// "vars" : all variables only
31
// "strict" : all variables, all function parameters
32
"strict": true, // true: Requires all functions run in ES5 Strict Mode
33
- "maxparams": false, // {int} Max number of formal params allowed per function
+ "maxparams": 7, // {int} Max number of formal params allowed per function,false to turn off
34
"maxdepth": 2, // {int} Max depth of nested blocks (within functions) false to turn off
35
"maxstatements": false, // {int} Max number statements per function
36
"maxcomplexity": 11, // {int} Max cyclomatic complexity per function,false to turn off
0 commit comments