mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
Add lint/correctness/noUnusedImports
rule
This commit is contained in:
parent
ef48ee61de
commit
2bea21f054
@ -50,7 +50,8 @@
|
|||||||
"noUndeclaredVariables": "off",
|
"noUndeclaredVariables": "off",
|
||||||
"noUnusedVariables": "error",
|
"noUnusedVariables": "error",
|
||||||
"noSwitchDeclarations": "warn", // TODO: refactor and make this an error
|
"noSwitchDeclarations": "warn", // TODO: refactor and make this an error
|
||||||
"noVoidTypeReturn": "warn" // TODO: Refactor and make this an error
|
"noVoidTypeReturn": "warn", // TODO: Refactor and make this an error
|
||||||
|
"noUnusedImports": "error"
|
||||||
},
|
},
|
||||||
"style": {
|
"style": {
|
||||||
"noVar": "error",
|
"noVar": "error",
|
||||||
|
Loading…
Reference in New Issue
Block a user