eslint-plugin-svelte3
eslint-plugin-svelte3 copied to clipboard
svelte-subcomponent-preprocessor
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