summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
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,