Skip to content

Commit

Permalink
Raise jshint maxstatements to 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Boiser committed Apr 1, 2016
1 parent 2e2ef7c commit e73de29
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 @@ -58,6 +58,6 @@
"prototypejs": false,
"maxparams": 4,
"maxdepth": 4,
"maxstatements": 19,
"maxstatements": 20,
"maxcomplexity": 8
}

0 comments on commit e73de29

Please sign in to comment.