ESLint shareable config for my projects
$ npm install eslint-config-shellscape --save-dev
This config can be used one of two ways:
{
"name": "snoochi-boochies",
"eslintConfig": {
"extends": "shellscape"
}
}
{
"extends": "shellscape"
}
MIT © Andrew Powell