1.0.8 • Published 1 year ago

@bengineer.dev/eslint-config-react v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@bengineer.dev/eslint-config-react

My personal opinionated eslint configuration that is prone to change as quickly as the seasons do 🍂

Comes in the following flavors:

How to use

  1. Install the package and its peer dependencies
npm install -D eslint @bengineer.dev/eslint-config-react
  1. Extend this package in your ESLint configuration
{
  "extends": "@bengineer.dev/react"
}
  1. add your own flair to it 💅

Example .eslintrc.json

{
  "extends": ["@bengineer.dev/react"],
  "parser": "@typescript-eslint/parser"
}