2.2.61 • Published 5 months ago
@transfermarkt/eslint-config-svelte
Licence
MIT
Version
2.2.61
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Global Svelte ESLint configuration for transfermarkt projects
This configuration should be used to integrate global ESLint rules into svelte transfermarkt projects. It extends the global ESLint configuration.
Installation
Inside the project directory:
npm i @transfermarkt/eslint-config-svelte -D
Add this to your package.json:
"eslintConfig": {
"extends": ["@transfermarkt/eslint-config-svelte"]
},
You can also add files to be ignored to the "eslintIgnore" property as string[] in the package.json.
For Example:
"eslintIgnore": ["hello.js", "world.js"]