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