This commit is contained in:
Luiz Silva 2026-03-04 14:50:31 -03:00
parent b132aa8005
commit 7c9e08908c
2 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@
"noUselessConstructor": "off",
"noBannedTypes": "off",
"useLiteralKeys": "off",
"useArrowFunction": "warn",
"useArrowFunction": "error",
"useDateNow": "off",
"noUselessFragments": "off",
"noExcessiveCognitiveComplexity": {