Skip to content

Commit e73de29

Browse files
author
Jonathan Boiser
committed
Raise jshint maxstatements to 20.
1 parent 2e2ef7c commit e73de29

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
@@ -58,6 +58,6 @@
5858
"prototypejs": false,
5959
"maxparams": 4,
6060
"maxdepth": 4,
61-
"maxstatements": 19,
61+
"maxstatements": 20,
6262
"maxcomplexity": 8
6363
}

0 commit comments

Comments
 (0)