@zaengle/eslint-config-react-ts
v3.1.0
Published
ESLint config for projects using React and TypeScript
Readme
React + TypeScript ESLint Config
This is our ESLint config for projects that use React and TypeScript. Built on ESLint React (@eslint-react/eslint-plugin).
Usage
Install Dependencies
$ yarn add -D @zaengle/eslint-config-react-ts
# If not already installed
$ yarn add -D eslint @eslint-react/eslint-plugin @typescript-eslint/eslint-plugin typescript-eslint eslint-plugin-jsx-a11y eslint-plugin-react-hooksAdd ESLint Config
// eslint.config.js
const reactTsConfig = require('@zaengle/eslint-config-react-ts')
module.exports = [
...reactTsConfig,
]