@jakejarvis/eslint-config
v4.0.7
Published
My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.
Maintainers
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
