"noUselessFragments":"off"

This commit is contained in:
Luiz Silva 2025-08-08 11:13:32 -03:00
parent a4be29ad2a
commit 0dc2d7a0df

View file

@ -34,7 +34,8 @@
"noBannedTypes": "off", "noBannedTypes": "off",
"useLiteralKeys": "off", "useLiteralKeys": "off",
"useArrowFunction": "warn", "useArrowFunction": "warn",
"useDateNow": "off" "useDateNow": "off",
"noUselessFragments":"off"
}, },
"performance": { "performance": {
"noAccumulatingSpread": "warn" "noAccumulatingSpread": "warn"