Browse Source

toggle no-unused-vars to warn

huneau romain 8 years ago
parent
commit
34089b1222
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .eslintrc.json

+ 2 - 1
.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,