Turn on unused variable checking in JSHint.

This commit is contained in:
ccd0 2015-02-15 01:24:41 -08:00
parent dca84b6d2d
commit 33e91eaea4

View File

@ -225,6 +225,7 @@ module.exports = (grunt) ->
jshint:
options:
undef: true
unused: true
eqnull: true
expr: true
shadow: true