eslint-config-cumul8
The Javascript code standards used at Eight Solutions.
Install
npm install --save-dev eslint-config-cumul8
Usage
Add the config to your .eslintrc
file:
{
"extends": "eslint-config-cumul8"
}
Enable via package.json
scripts with the custom eslint-cumul8
bin:
{
"scripts": {
"eslint": "eslint-cumul8 src"
}
}