eslint-config-react-exhaustive

1.0.1 • Public • Published

eslint-config-react-exhaustive

My ESLint, Prettier, TypeScript configuration for React Apps.

npm version

Peer deps

You need typescript and eslint, if they are not installed already.

yarn add -D eslint typescript
Which versions?
eslint: "^7.32.0"
typescript: ">=4"

Installation

yarn add -D eslint-config-react-exhaustive

Usage

In .eslintrc:

{ 
  "extends": "react-exhaustive", 
} 

In tsconfig.json:

{
  "extends": "eslint-config-react-exhaustive/lib/tsconfig.base" 
}

Package Sidebar

Install

npm i eslint-config-react-exhaustive

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

5.09 kB

Total Files

10

Last publish

Collaborators

  • corradodiba