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: jshint:
options: options:
undef: true undef: true
unused: true
eqnull: true eqnull: true
expr: true expr: true
shadow: true shadow: true