@bengineer.dev/eslint-config-react

1.0.8 • Public • Published

@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"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @bengineer.dev/eslint-config-react

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

3.17 kB

Total Files

3

Last publish

Collaborators

  • bengineer.dev