Turn off eslint error ban-ts-comment

This commit is contained in:
Julie Lenaerts 2025-03-18 10:57:24 +01:00
parent 8b7b5ceed7
commit 8a444a12f4

View File

@ -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"
},
},
);