diff options
-rw-r--r-- | .jshintrc | 1 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -45,6 +45,7 @@ "plusplus": false, "regexp": false, "undef": true, + "unused": true, "sub": true, "strict": false, "white": false diff --git a/package.json b/package.json index 3155e11..a45ef6f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "grunt-contrib-concat": "~0.3.0", "grunt-contrib-connect": "~0.5.0", "grunt-contrib-copy": "~0.4.1", - "grunt-contrib-jshint": "~0.7.2", + "grunt-contrib-jshint": "0.x", "grunt-contrib-requirejs": "~0.4.1", "grunt-contrib-uglify": "~0.2.2", "grunt-contrib-watch": "~0.5.3", |