Skip to content

Commit

Permalink
fix: correct various JSHint linter findings
Browse files Browse the repository at this point in the history
  • Loading branch information
fh1ch committed Apr 2, 2017
1 parent 2010138 commit ee1b2a5
Show file tree
Hide file tree
Showing 6 changed files with 412 additions and 385 deletions.
8 changes: 4 additions & 4 deletions .jshintrc
@@ -1,6 +1,6 @@
{
"bitwise": false,
"curly": true,
"curly": false,
"eqeqeq": true,
"es3": false,
"forin": true,
Expand All @@ -13,10 +13,10 @@
"undef": true,
"unused": false,
"strict": false,
"maxparams": 10,
"maxparams": 15,
"maxdepth": 5,
"maxstatements": 40,
"maxcomplexity": 8,
"maxstatements": 100,
"maxcomplexity": 40,

"asi": false,
"boss": false,
Expand Down

0 comments on commit ee1b2a5

Please sign in to comment.