ESLint Config Node Modules
A set of rules for that I'm using for node modules.
Usage
npm install eslint-config-mlewand-node --save-dev
Create a .eslintrc
file in your main package directory, with the following content:
{
"extends": "eslint-config-mlewand-node"
}