complexity/noBannedTypes

This commit is contained in:
Luiz Silva 2025-08-08 10:30:21 -03:00
parent 911cd6e0c8
commit 644eba14d0

View file

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