diff --git a/eslint.config.mjs b/eslint.config.mjs index 5d5c5c3..acc5a46 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -46,6 +46,7 @@ export default [ "no-unreachable": "warn", "no-undef": "off", "no-empty": "off", + "no-debugger": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/ban-types": "off",