This commit is contained in:
Luiz H. R. Silva 2024-07-11 09:01:49 -03:00
parent 87acc3b562
commit 6cbf5172b8
4 changed files with 7 additions and 5 deletions

View file

@ -22,7 +22,9 @@
"useLiteralKeys": "off"
},
"correctness": {
"noEmptyPattern": "off"
"noEmptyPattern": "off",
"noUnusedVariables": "error",
"noUnusedImports": "error"
},
"performance": {
"noAccumulatingSpread": "off"