@eslint-essentials/eslint-config-react-ts
v2.3.0
Published
ESLINT Config for React with Typescript
Downloads
14
Maintainers
Readme
ESLint Essentials
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
React (with Typescript)
Install dependencies:
npm i -D eslint @eslint-essentials/eslint-config-react-ts
Inside .eslintrc.json
{
"extends": "@eslint-essentials/eslint-config-react-ts"
}