eslint-config-svelte3

Eslint Config Svelte3

Eslint config for svelte3

eslint-config-svelte3

Eslint config for svelte3

Deprecated

Use johbog/eslint-config-svelte instead. You could also look at garraflavatra/yeslint for an alternative config.

installation

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"
}

Top categories

Loading Svelte Themes