@jakejarvis/eslint-config

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

Usage no npm install needed!

<script type="module">
  import jakejarvisEslintConfig from 'https://cdn.skypack.dev/@jakejarvis/eslint-config';
</script>

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