README
@void0/eslint-config-react
This package provides a strict ESlint config TypeScript and React projects using Prettier, JS modules and concerned about accessibility.
Usage
- Install the package:
npm install --save-dev @void0/eslint-config-react
- Add
"extends": "@void0/eslint-config-react"
to your .eslintrc.
Ignored Rules
Most of the rules are activated and will trigger errors. Here is a list of all the rules that are ignored in this config:
TBD