summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorhuneau romain <huneau.romain@gmail.com>2017-04-19 16:51:26 +0200
committerhuneau romain <huneau.romain@gmail.com>2017-04-19 16:51:26 +0200
commit34089b12223b087e5969ee342b4f542ec25c0fa8 (patch)
tree0799fd0139f8bf7e5e114e00c42e8723c3528c4d /.eslintrc.json
parent00a357cd7067cf5c8b055deacfe2e9bc28b06c5e (diff)
downloadwekan-34089b12223b087e5969ee342b4f542ec25c0fa8.tar.gz
wekan-34089b12223b087e5969ee342b4f542ec25c0fa8.tar.bz2
wekan-34089b12223b087e5969ee342b4f542ec25c0fa8.zip
toggle no-unused-vars to warn
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index bb26c208..2aab7b6f 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -52,7 +52,8 @@
"prefer-const": 2,
"prefer-spread": 2,
"prefer-template": 2,
- "no-console":"off"
+ "no-console":"off",
+ "no-unused-vars":"warn"
},
"globals": {
"Meteor": false,