@thetribe/eslint-config-react-typescript
v0.5.1
Published
## Installation
Downloads
2,787
Keywords
Readme
theTribe eslint config for React and TypeScript
Installation
yarn add --dev @thetribe/eslint-config-react-typescript @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks
Configuration
// .eslintrc.json
{
"root": true,
"extends": "@thetribe/eslint-config-react-typescript",
"parserOptions": {
"project": "./tsconfig.json"
}
}