aboutsummaryrefslogtreecommitdiffstats
path: root/ui/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/.jshintrc')
-rw-r--r--ui/.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/.jshintrc b/ui/.jshintrc
index 26b808774..edf09721b 100644
--- a/ui/.jshintrc
+++ b/ui/.jshintrc
@@ -10,6 +10,7 @@
"onevar": true,
"trailing": true,
"undef": true,
+ "unused": true,
"predef": [
"Globalize"
]