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
There is a line in the readme "Also make sure you do not have eslint-plugin-html enabled on the files you want linted as Svelte components, as the two plugins won't get along." but maybe this should be put in some more prominent location?
When parsing a function inside a svelte component
<script>
block, aParseError
is thrown on the first token inside the function:Interestingly, it also throws then the function is commented out:
Same thing for arrow functions:
The text was updated successfully, but these errors were encountered: