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
I'm trying to get eslint error highlighting to work with WebStorm, having great difficulty, was wondering if it's a configuration issue or it doesn't support this at the moment. If any WebStorm users out there could get it working, would be awesome if you can share. Thanks.
Set the filetype to html, and adding eslint-plugin-html, which means I can get syntax highlighting, I can get eslint errors to highlight, but no svelte syntax.
I did the above and in addition to adding eslint-plugin-svelte3, The ide just won't highlight eslint errors anymore since it is incompatible with eslint-plugin-html.
Working nicely with Prettier has its own issue, #16, and is specifically mentioned in the docs as not working. If that's your only problem, I'd say you've gotten this working as well as you could expect currently.
Hi there,
I'm trying to get eslint error highlighting to work with WebStorm, having great difficulty, was wondering if it's a configuration issue or it doesn't support this at the moment. If any WebStorm users out there could get it working, would be awesome if you can share. Thanks.
Things I've tried:
html
, and addingeslint-plugin-html
, which means I can get syntax highlighting, I can get eslint errors to highlight, but no svelte syntax.eslint-plugin-svelte3
, The ide just won't highlight eslint errors anymore since it is incompatible witheslint-plugin-html
.Any other options?
Edit: All those WebStorm / IntelliJ users out there, please upvote https://youtrack.jetbrains.com/issue/WEB-27366 for them to consider officially supporting Svelte.
The text was updated successfully, but these errors were encountered: