Skip to content

jakejarvis/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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