Skip to content

Files

eslint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 1, 2021
Jan 1, 2021
Jan 3, 2021
Jan 2, 2021

@benbender/eslint-config

ESLint configuration to be shared across repositories.

Usage

Install:

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

Edit package.json:

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