Skip to content

Commit

Permalink
chore(jshintrc): so bad.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed May 19, 2015
1 parent 809f779 commit 9be733d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"maxparams" : 5, // {int} Max number of formal params allowed per function
"maxdepth" : 4, // {int} Max depth of nested blocks (within functions)
"maxstatements" : 25, // {int} Max number statements per function
"maxcomplexity" : 6, // {int} Max cyclomatic complexity per function
"maxcomplexity" : 9, // {int} Max cyclomatic complexity per function
"maxlen" : false, // {int} Max number of characters per line

// Relaxing
Expand Down

0 comments on commit 9be733d

Please sign in to comment.