toggle no-unused-vars to warn

reviewable/pr1010/r2
huneau romain 8 years ago
parent 00a357cd70
commit 34089b1222
  1. 3
      .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,

Loading…
Cancel
Save