Shareable ESLint config inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.
yarn add --dev eslint "@jakejarvis/eslint-config@*"
.eslintrc.json:
.eslintrc.json
{ "extends": [ "@jakejarvis/eslint-config" ], "env": { "browser": true, "node": true }, "rules": { // Project-specific overrides... } }
MIT