ESLint rules for my personal projects as well as some at Laboratorium EE.
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
}
}
MIT (see the LICENSE file).