mirror of
https://github.com/jakejarvis/eslint-config.git
synced 2025-04-26 12:06:12 -04:00
640 B
640 B
@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