toggle no-unused-vars to warn

This commit is contained in:
huneau romain 2017-04-19 16:51:26 +02:00
parent 00a357cd70
commit 34089b1222

View file

@ -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,