Skip to content

Commit

Permalink
Disallow unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Jun 30, 2014
1 parent ff16c11 commit df964e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"laxbreak": true,
"proto": true,
"undef": true,
"unused": true,
"node": true,
"quotmark": "single",
"globals": {
Expand Down

0 comments on commit df964e3

Please sign in to comment.