eslint-config-shellscape

6.0.1 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-shellscape

Weekly Downloads

95

Version

6.0.1

License

MIT

Unpacked Size

20.1 kB

Total Files

9

Last publish

Collaborators

  • shellscape