Eslint config for svelte3
Use johbog/eslint-config-svelte instead. You could also look at garraflavatra/yeslint for an alternative config.
npm i -D johbog/eslint-config-svelte3
Add the following to your package.json:
"eslintConfig": {
"extends": "svelte3"
}
or create a .eslintrc.json config with:
{
"extends": "svelte3"
}