README
@bobringer/eslint-config
This package contains a very opinionated default set of rules (based on eslint-config-airbnb) for:
- React
- Typescript
- Prettier
Installation
yarn add --dev @bob-obringer/eslint-config
npx install-peerdeps --dev @bob-obringer/eslint-config
Next, create an .eslintrc.json file with the following contents:
{
"extends": [
"@bob-obringer/eslint-config"
]
}