eslint-config-mgol
v0.0.49
Published
ESLint config for projects written by mgol
Downloads
381
Readme
eslint-config-mgol
ESLint rules for my personal projects as well as some at Laboratorium EE.
Usage
Install the rules by running:
npm install --save-dev eslint eslint-config-mgol
Then add the extends to your .eslintrc.json
:
{
"extends": "mgol",
"rules": {
// your overrides
}
}
LICENSE
MIT (see the LICENSE file).