From 8ff087efb254d239fbd6d1720f8e6cb7e794a120 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Sat, 12 Oct 2024 21:52:34 -0500 Subject: [PATCH] no-debugger --- eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) 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",