"noDebugger": "off",

This commit is contained in:
Luiz Silva 2025-08-08 11:00:55 -03:00
parent 4f676c5193
commit 50887b522c

View file

@ -23,7 +23,7 @@
"noInferrableTypes": "error" "noInferrableTypes": "error"
}, },
"suspicious": { "suspicious": {
"noDebugger": "error", "noDebugger": "off",
"noDoubleEquals": "off", "noDoubleEquals": "off",
"noExplicitAny": "off", "noExplicitAny": "off",
"noApproximativeNumericConstant": "warn", "noApproximativeNumericConstant": "warn",