This commit is contained in:
Luiz Silva 2026-03-04 15:19:38 -03:00
parent 7c9e08908c
commit 2a4bc9dd03

View file

@ -57,10 +57,7 @@
"useArrowFunction": "error", "useArrowFunction": "error",
"useDateNow": "off", "useDateNow": "off",
"noUselessFragments": "off", "noUselessFragments": "off",
"noExcessiveCognitiveComplexity": { "noExcessiveCognitiveComplexity": "off"
"level": "warn",
"options": { "maxAllowedComplexity": 20 }
}
}, },
"performance": { "performance": {