1
mirror of https://github.com/jakejarvis/eslint-config.git synced 2025-04-26 06:25:23 -04:00
eslint-config/README.md
2021-08-26 09:05:40 -04:00

610 B

@jakejarvis/eslint-config

Shareable ESLint config inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.

Installation

yarn add --dev eslint @jakejarvis/eslint-config eslint-plugin-compat eslint-plugin-import

Usage

.eslintrc.json:

{
  "extends": [
    "@jakejarvis"
  ],
  "rules": {
    // Project-specific overrides...
  }
}

License

MIT