no-debugger

This commit is contained in:
wearrrrr 2024-10-12 21:52:34 -05:00
parent 593e06383e
commit 8ff087efb2

View file

@ -46,6 +46,7 @@ export default [
"no-unreachable": "warn", "no-unreachable": "warn",
"no-undef": "off", "no-undef": "off",
"no-empty": "off", "no-empty": "off",
"no-debugger": "off",
"@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-types": "off", "@typescript-eslint/ban-types": "off",