eslint-config-yougov
v0.0.20
Published
ESLint config for projects written by yougov
Downloads
54
Readme
eslint-config-yougov
ESLint config for YouGov projects.
Usage
Install the rules by running:
npm install --save-dev eslint eslint-config-yougov
Then add the extends to your .eslintrc.json
:
{
"extends": "yougov",
"rules": {
// your overrides
}
}
LICENSE
MIT (see the LICENSE file).