1
mirror of https://github.com/jakejarvis/eslint-config.git synced 2025-04-25 08:25:22 -04:00
2025-01-16 10:47:56 -05:00
2025-01-16 09:12:29 -05:00
2025-01-16 10:47:56 -05:00
2021-08-26 09:05:40 -04:00
2025-01-16 09:12:29 -05:00
2025-01-16 10:47:56 -05:00

@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@*"

Usage

.eslintrc.json:

{
  "extends": [
    "@jakejarvis/eslint-config"
  ],
  "env": {
    "browser": true,
    "node": true
  },
  "rules": {
    // Project-specific overrides...
  }
}

License

MIT

Languages
JavaScript 100%