From 45b476bdbff7ac38518deb7898529bb9510f648f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 1 Mar 2014 18:19:50 +0200 Subject: JS: remove unused variables. --- grunt/.jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'grunt') 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 } -- cgit v1.2.3