@zaengle/eslint-config-react-ts
v2.0.0
Published
ESLint config for projects using React and TypeScript
Downloads
1
Readme
React + TypeScript ESLint Config
This is our ESLint config for projects that use React and TypeScript.
Usage
Install Dependencies
$ yarn add -D @zaengle/eslint-config-react-ts
# If not already installed
$ yarn add -D eslint eslint-plugin-react @typescript-eslint/eslint-plugin eslint-plugin-jsx-a11y eslint-plugin-react-hooksAdd ESLint Config
// In .eslintrc.js
{
extends: '@zaengle/eslint-config-react-ts'
}