diff --git a/eslint.config.js b/eslint.config.js index 8dbd1a3..98c7b9e 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -19,4 +19,9 @@ export default antfu({ "svelte/no-at-html-tags": "off", "no-console": "warn", }, + overrides: { + svelte: { + "import/no-mutable-exports": "off", + }, + }, });