fi3ework / vite-plugin-checker

💬 Vite plugin that provide checks of TypeScript, ESLint, vue-tsc, Stylelint and more.
https://vite-plugin-checker.netlify.app
MIT License
1k stars 88 forks source link

svelte-check support #370

Open MrVauxs opened 4 months ago

MrVauxs commented 4 months ago

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

fi3ework commented 4 months ago

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.

FabianCarrasco commented 3 weeks ago

How is this going along, @fi3ework?