Open
Description
These warnings often do more harm than good and pollute our console real estate.
It's not acceptable to litter the code with <!-- svelte-ignore a11y-no-onchange -->
etc.
We can usually filter these in the rollup.config but svelte-check won't pick that.
What's the best way to filter these:
- in the console when using svelte-check --watch
- in VScode (without having to tell everyone to manually add tons of entries in their IDE preferences)
Is it time perhaps to introduce a config file?