Skip to content

Commit e2a15a3

Browse files
committed
Set max parameters to 7
1 parent fc8451a commit e2a15a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// "vars" : all variables only
3131
// "strict" : all variables, all function parameters
3232
"strict": true, // true: Requires all functions run in ES5 Strict Mode
33-
"maxparams": false, // {int} Max number of formal params allowed per function
33+
"maxparams": 7, // {int} Max number of formal params allowed per function,false to turn off
3434
"maxdepth": 2, // {int} Max depth of nested blocks (within functions) false to turn off
3535
"maxstatements": false, // {int} Max number statements per function
3636
"maxcomplexity": 11, // {int} Max cyclomatic complexity per function,false to turn off

0 commit comments

Comments
 (0)