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