From 8a444a12f44dc0b8503c0a0ec5a9f4195737e37b Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 18 Mar 2025 10:57:24 +0100 Subject: [PATCH] Turn off eslint error ban-ts-comment --- eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index 2b37a3fa5..dbcafea0a 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -34,6 +34,7 @@ export default ts.config( // override/add rules settings here, such as: "vue/multi-word-component-names": "off", "@typescript-eslint/no-require-imports": "off", + "@typescript-eslint/ban-ts-comment": "off" }, }, );