Quantcast
Channel: Active questions tagged svelte - Stack Overflow
Viewing all articles
Browse latest Browse all 1541

Disable certain a11y warnings globally in sveltekit

$
0
0

Sveltekit has very strict a11y checks, for instance you can't just add on:click to a div.

I can suppress it on a per-line bases, e.g.:

<!-- svelte-ignore a11y-click-events-have-key-events --><!-- svelte-ignore a11y-no-static-element-interactions --><div on:click={handleClick}></div>

But how can I disable it globally?


Viewing all articles
Browse latest Browse all 1541

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>