"noUnusedImports": "error",
This commit is contained in:
parent
50887b522c
commit
a4be29ad2a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noUnusedVariables": "error",
|
"noUnusedVariables": "error",
|
||||||
"noUnusedImports": "error",
|
"noUnusedImports": "error",
|
||||||
"noEmptyPattern": "error",
|
"noEmptyPattern": "off",
|
||||||
"useExhaustiveDependencies": "off"
|
"useExhaustiveDependencies": "off"
|
||||||
},
|
},
|
||||||
"style": {
|
"style": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue