Skip to content

Commit 9be733d

Browse files
committed
chore(jshintrc): so bad.
1 parent 809f779 commit 9be733d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jshintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"maxparams" : 5, // {int} Max number of formal params allowed per function
2828
"maxdepth" : 4, // {int} Max depth of nested blocks (within functions)
2929
"maxstatements" : 25, // {int} Max number statements per function
30-
"maxcomplexity" : 6, // {int} Max cyclomatic complexity per function
30+
"maxcomplexity" : 9, // {int} Max cyclomatic complexity per function
3131
"maxlen" : false, // {int} Max number of characters per line
3232

3333
// Relaxing

0 commit comments

Comments
 (0)