summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-05-30 23:48:51 -0700
committerAlexander Early <aearly@fluid.com>2015-05-30 23:48:51 -0700
commit8e9980a932f04885c67cb8b64b1430f2c899e139 (patch)
tree0a694b5831f518883f8da5a676443dfe20419394 /.jshintrc
parentbe0b6af6b0ed18ad9c48131a0565f106bd51b47d (diff)
downloadasync-8e9980a932f04885c67cb8b64b1430f2c899e139.tar.gz
set jshint unused: true
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index 172f491..7427dce 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -5,6 +5,7 @@
"indent": 4,
"noarg": true,
"undef": true,
+ "unused": true,
"trailing": true,
"evil": true,
"laxcomma": true,