@transfermarkt/eslint-config
v1.4.48
Published
Standard ESLint configuration for projects
Downloads
524
Readme
Global ESLint configuration for transfermarkt projects
This configuration should be used to integrate global ESLint rules into transfermarkt projects.
Installation
Inside the project directory:
npm i @transfermarkt/eslint-config -D
Add this to your package.json:
"eslintConfig": {
"extends": ["@transfermarkt/eslint-config"]
},
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"]