You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 parsingthere 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.
The text was updated successfully, but these errors were encountered: