"noUnusedImports": "error",

This commit is contained in:
Luiz Silva 2025-08-08 11:11:19 -03:00
parent 50887b522c
commit a4be29ad2a

View file

@ -8,7 +8,7 @@
"correctness": {
"noUnusedVariables": "error",
"noUnusedImports": "error",
"noEmptyPattern": "error",
"noEmptyPattern": "off",
"useExhaustiveDependencies": "off"
},
"style": {