aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index e22109220..d6966c51d 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -7,5 +7,6 @@
"node": true,
"onevar": true,
"trailing": true,
- "undef": true
+ "undef": true,
+ "unused": true
}