eslint-config-shellscape

v6.0.2
ESLint shareable config for shellscape projects
eslint config shellscape

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"
}

Use with TypeScript

{
  "extends": "shellscape/typescript"
}

Use with Prettier

Create a .prettierrc.js file with the following content:

module.exports = require('eslint-config-shellscape/prettier');

License

MIT © Andrew Powell

npm i eslint-config-shellscape

Metadata

  • MIT
  • >=12.22.1
  • Andrew Powell
  • released 5/9/2024

Downloads

Maintainers