This commit is contained in:
Luiz Silva 2025-06-30 13:24:22 -03:00
parent 7fa14a5095
commit 9285e77877
2 changed files with 3 additions and 2 deletions

View file

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