@zenloopgmbh/eslint-config-node
v2.1.6
Published
Recommended eslint config for node
Downloads
29
Readme
@zenloopgmbh/eslint-config-node
This config configures all recommended Eslint rules by Zenloop for Node.js projects.
Installation
npm i -D @zenloopgmbh/eslint-config-node
Usage
In eslintrc.js
file add:
{
"extends": [
"@zenloopgmbh/node"
]
}
Development
To update plugins and the rules:
Update all plugins packages to the latest
Run
npm test
inside of the package directory.Apply missing rules and remove deprecated ones.
Go to https://github.com/mysticatea/eslint-plugin-node and verify that each category has it's own file in
/lib
directory.In case of the category is missing a file, first add a new test and then create a file with new rules.