@transfermarkt/eslint-config-svelte

2.2.38 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @transfermarkt/eslint-config-svelte

Weekly Downloads

263

Version

2.2.38

License

MIT

Unpacked Size

2.11 kB

Total Files

3

Last publish

Collaborators

  • transfermarkt-user