diff --git a/eslint.config.mjs b/eslint.config.mjs index 7fc4d7d7..ee0b7770 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -61,6 +61,15 @@ export default [ // (new Set/Map -> assign), which is reactive under $state. SvelteSet/SvelteMap // are only needed for in-place mutation, so this rule is a false positive here. 'svelte/prefer-svelte-reactivity': 'off', + + // eslint-plugin-svelte v3 ships no dedicated a11y-* rules; the Svelte 5 + // compiler emits the a11y_* warnings instead. valid-compile surfaces those + // (plus other compiler warnings, e.g. css_unused_selector) as lint errors, + // so a bare interactive