/eslint-config-shellscape

ESLint shareable config for my projects

Primary LanguageJavaScriptMIT LicenseMIT

eslint-config-shellscape

ESLint shareable config for my projects

Install

$ npm install eslint-config-shellscape --save-dev

Usage

This config can be used one of two ways:

package.json:

{
  "name": "snoochi-boochies",
  "eslintConfig": {
    "extends": "shellscape"
  }
}

.eslintrc

{
  "extends": "shellscape"
}

License

MIT © Andrew Powell