quick-lint-js icon indicating copy to clipboard operation
quick-lint-js copied to clipboard

add svelte support

Open KraXen72 opened this issue 1 year ago • 1 comments

svelte is another popular UI framework similar to react. being able to see lint errors in <script> and <script lang="ts"> would be a great start, and later even in inline-expressions & more with proper svelte file parsing

there is currently only: https://github.com/sveltejs/eslint-plugin-svelte, which uses https://github.com/sveltejs/svelte-eslint-parser eslint is generally very slow for me and that's why i use quick-lint-js.

this feature would improve my life a lot.

KraXen72 avatar Nov 25 '23 23:11 KraXen72

Svelte support is a great idea! Your suggestion is similar to #116, but Svelte has its own syntax as you mentioned.

Unfortunately, because TypeScript support is more urgent right now, I won't implement this feature soon.

strager avatar Nov 26 '23 00:11 strager