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