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