0.5.0 • Published 3 years ago

@benbender/eslint-config v0.5.0

Weekly downloads
21
License
MIT
Repository
github
Last release
3 years ago

@benbender/eslint-config

ESLint configuration to be shared across repositories.

Usage

Install:

$ yarn add --dev @benbender/eslint-config

Edit package.json:

{
  // ...
  "eslintConfig": {
      "extends": [
        "@benbender"
      ]
  }
}