How can we disable svelte warnings? (a11y, etc) #1901
-
|
sveltejs/language-tools#650 (comment) I tried adjusting it via .vscode/settings.json, svelte.config.js, vite.config.js, but it did not have an effect. I guess I'd have to adjust wxt.config.ts, but not sure if would work, since wxt seems to use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Okay I found at https://www.npmjs.com/package/@wxt-dev/module-svelte how to pass options: However the warnings still show up.. :/ |
Beta Was this translation helpful? Give feedback.
-
|
After I wrote the following into svelte.config.js, the warnings disappeared: |
Beta Was this translation helpful? Give feedback.
After I wrote the following into svelte.config.js, the warnings disappeared: