diff options
Diffstat (limited to 'grunt')
| -rw-r--r-- | grunt/.jshintrc | 3 |
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 } |
