eslint-config-jonathanewerner
v1.0.1
Published
ESLint rules according to jonathanewerner's personal preference
Downloads
14
Maintainers
Readme
eslint-config-jonathanewerner
ESLint rules for all of my personal projects. Feel free to use these conventions :-)
Usage
Install the conventions by running:
npm install --save-dev eslint eslint-config-jonathanewerner
Then add the extends to your .eslintrc
:
{
"extends": "jonathanewerner",
"rules": {
// your overrides
}
}
LICENSE
MIT