Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Eslint config for svelte3

Notifications You must be signed in to change notification settings

Johbog/eslint-config-svelte3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Eslint config for svelte3

Resources

Stars

Watchers

Forks

Packages

No packages published