Skip to content

Commit

Permalink
update jshintrc to set unused:vars
Browse files Browse the repository at this point in the history
  • Loading branch information
danshultz committed Jan 8, 2015
1 parent 2203398 commit 62f45fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"white": false,
"eqnull": true,
"esnext": true,
"unused": true
"unused": "var"
}

0 comments on commit 62f45fe

Please sign in to comment.