Clean up no-unused-vars lint errors
This commit is contained in:
parent
ccce284a5b
commit
70bcb0ac5a
36 changed files with 228 additions and 344 deletions
|
@ -19,7 +19,7 @@
|
|||
"linebreak-style": 0,
|
||||
"no-console": 0,
|
||||
"no-undef": 0,
|
||||
"no-unused-vars": 0
|
||||
"no-unused-vars": 2
|
||||
},
|
||||
"env": {
|
||||
"es6": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue