@philipbordallo/eslint-config-react
v6.0.2
Published
Personal ESLint config for React
Downloads
12
Readme
@philipbordallo/eslint-config-react
Personal ESLint config for React
See src/configs/react.js
for how it's fully setup or check the generated file.
Install
Add as a devDependency
with your favorite package manager.
npm add -D @philipbordallo/eslint-config-react
Peer Dependencies
If you are using npm v7 or greater these should automatically be installed. Otherwise use your package manager to add them as devDependencies
manually.
npm add -D eslint-plugin-jsx-a11y eslint-plugin-react-hooks eslint-plugin-react eslint
Setup
module.exports = {
extends: [
'@philipbordallo',
'@philipbordallo/react',
],
};