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
could someone point me in the right direction. we're using your plugin for linting however at the same time using this plugin: svelte-subcomponent-preprocessor
it works by including a {#component} in the code, which allows us to specify multiple components in one file. i get the following error Expected if, each or await (eslint ParseError) and wonder if this is something that needs to be added in your plugin or if it would be possible to create a standalone one which could be included in .eslintrc
either way, i'm happy to help out
The text was updated successfully, but these errors were encountered:
hey guys!
could someone point me in the right direction. we're using your plugin for linting however at the same time using this plugin: svelte-subcomponent-preprocessor
it works by including a {#component} in the code, which allows us to specify multiple components in one file. i get the following error
Expected if, each or await (eslint ParseError)
and wonder if this is something that needs to be added in your plugin or if it would be possible to create a standalone one which could be included in.eslintrc
either way, i'm happy to help out
The text was updated successfully, but these errors were encountered: