vite-plugin-checker
vite-plugin-checker copied to clipboard
svelte-check support
Is your feature request related to a problem? Please describe.
Continuation of #143
Describe the solution you'd like
Most likely something comparable to eslint but with svelte-check instead.
Describe alternatives you've considered
No response
Additional context
No response
Validations
- [X] Read the docs.
- [X] Read the Contributing Guidelines.
- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.
- ESLint9
- Stylelint16
- Svelte
Is on the road to be supported. I took a look at https://github.com/sveltejs/language-tools/blob/master/packages/svelte-check/src/index.ts, it's quite stable. I'll pick up https://github.com/fi3ework/vite-plugin-checker/pull/73.
How is this going along, @fi3ework?