@denovo/eslint-config
v1.0.1
Published
A common eslint configuration for projects following the Denovo code guidelines.
Downloads
233
Keywords
Readme
@denovo/eslint-config
A ESLint configuration for projects following the Denovo coding guidelines.
Installation
npm install --save-dev @denovo/eslint-config
Usage
Specify eslintConfig
property in package.json
:
{
"name": "another-project",
"eslintConfig": {
"extends": "@denovo/eslint-config"
},
"devDependencies" : {
"@denovo/eslint-config": "^1.0.0"
}
}
How to contribute
- Change the
index.js
file in arrangement with the Denovo QA team. - Run
npm run publish
and follow the instructions.