mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
toggle no-unused-vars to warn
This commit is contained in:
parent
00a357cd70
commit
34089b1222
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,8 @@
|
||||||
"prefer-const": 2,
|
"prefer-const": 2,
|
||||||
"prefer-spread": 2,
|
"prefer-spread": 2,
|
||||||
"prefer-template": 2,
|
"prefer-template": 2,
|
||||||
"no-console":"off"
|
"no-console":"off",
|
||||||
|
"no-unused-vars":"warn"
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"Meteor": false,
|
"Meteor": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue