mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04: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-spread": 2,
|
||||
"prefer-template": 2,
|
||||
"no-console":"off"
|
||||
"no-console":"off",
|
||||
"no-unused-vars":"warn"
|
||||
},
|
||||
"globals": {
|
||||
"Meteor": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue