Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add svelte support #1109

Open
KraXen72 opened this issue Nov 25, 2023 · 1 comment
Open

add svelte support #1109

KraXen72 opened this issue Nov 25, 2023 · 1 comment

Comments

@KraXen72
Copy link

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.

@strager
Copy link
Collaborator

strager commented Nov 26, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants