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
Describe the bug
Linting does not work with the svelte vs code extension if the script tag has lang="ts".
Preprocessors seems to work with this fine so the extension is probably the problem. Simple fix is just to replace lang="ts" with lang="typescript" in the script tag.