Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmanning committed Jan 18, 2016
1 parent 72bd126 commit 4421e4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
"describe": true,
"it": true
},
"globalstrict": true,
"latedef": "nofunc",
"maxparams": 5,
"maxdepth": 2,
"maxstatements": false,
"maxcomplexity": 12,
"node": true,
"strict": true,
"unused": true
}
}

0 comments on commit 4421e4b

Please sign in to comment.