Skip to content

Commit

Permalink
Upping CC to 6. You hit 5 too often.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Serby committed Dec 14, 2012
1 parent 22b33d5 commit 9ef6c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jshint-config.json
Expand Up @@ -6,7 +6,7 @@
"devel": true, "devel": true,
"maxdepth": 4, "maxdepth": 4,
"maxstatements": 25, "maxstatements": 25,
"maxcomplexity": 5, "maxcomplexity": 6,
"eqeqeq": true, "eqeqeq": true,
"eqnull": true, "eqnull": true,
"es5": true, "es5": true,
Expand Down Expand Up @@ -45,4 +45,4 @@
"trailing": false, "trailing": false,
"undef": true, "undef": true,
"unused": true "unused": true
} }

0 comments on commit 9ef6c54

Please sign in to comment.