Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@jakejarvis/eslint-config

jakejarvis271MIT4.0.7

My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.

javascript, ecmascript, eslint, eslint-config, lint, config

readme

@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