aboutsummaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
Diffstat (limited to 'grunt')
-rw-r--r--grunt/.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc
index 8d402b53c..d9dce889b 100644
--- a/grunt/.jshintrc
+++ b/grunt/.jshintrc
@@ -6,5 +6,6 @@
"node" : true,
"nonbsp": true,
"strict": true,
- "undef" : true
+ "undef" : true,
+ "unused": true
}