1.0.8 • Published 1 month ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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"
}
1.0.8

1 month ago

1.0.7

1 month ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.1.2

5 months ago