useLiteralKeys

This commit is contained in:
Luiz Silva 2025-08-08 10:59:52 -03:00
parent 644eba14d0
commit 4f676c5193

View file

@ -32,6 +32,7 @@
"complexity": {
"noUselessConstructor": "error",
"noBannedTypes": "off",
"useLiteralKeys": "off",
"useArrowFunction": "warn",
"useDateNow": "off"
},