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"
}
{
"extends": "shellscape/typescript"
}
Create a .prettierrc.js
file with the following content:
module.exports = require('eslint-config-shellscape/prettier');
MIT © Andrew Powell