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",
"useDateNow": "off",
"noUselessFragments": "off",
"noExcessiveCognitiveComplexity": {
"level": "warn",
"options": { "maxAllowedComplexity": 20 }
}
"noExcessiveCognitiveComplexity": "off"
},
"performance": {