My personal opinionated eslint configuration that is prone to change as quickly as the seasons do 🍂
Comes in the following flavors:
- Install the package and its peer dependencies
npm install -D eslint @bengineer.dev/eslint-config-react
- Extend this package in your ESLint configuration
{
"extends": "@bengineer.dev/react"
}
- add your own flair to it 💅
{
"extends": ["@bengineer.dev/react"],
"parser": "@typescript-eslint/parser"
}