Avoid unused vars
This commit is contained in:
parent
5a9602e5a3
commit
5b7082b93c
@ -15,7 +15,10 @@
|
||||
"rules": {
|
||||
"recommended": false,
|
||||
"complexity": { "useArrowFunction": "off" },
|
||||
"correctness": { "noUnsafeFinally": "error" },
|
||||
"correctness": {
|
||||
"noUnsafeFinally": "error",
|
||||
"noUnusedVariables": "error"
|
||||
},
|
||||
"security": { "noGlobalEval": "error" },
|
||||
"style": {
|
||||
"noVar": "error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user