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
It seems like when running this plugin, the eslint plugin phases the entire file including the script part instead of the html block causing issues.
It really seems like a good eslint phase though to use though.
The html-eslint parser seems like it will parse all the parts of a svelte file
Usually for me it returns an error parsing on the ts script part with More than 1 blank lines not allowed.eslint(@html-eslint/no-multiple-empty-lines)
It seems like when running this plugin, the eslint plugin phases the entire file including the script part instead of the html block causing issues.
It really seems like a good eslint phase though to use though.
https://github.com/yeonjuan/html-eslint
The text was updated successfully, but these errors were encountered: