eslint-config-react 1.3.4
Install from the command line:
Learn more about npm packages
$ npm install @ahiho/eslint-config-react@1.3.4
Install via package.json:
"@ahiho/eslint-config-react": "1.3.4"
About this version
Ahiho's ESLint config for React.
Read the ESlint config docs for more information.
yarn add --dev @ahiho/eslint-config-react
After installing, update package.json
file to add the following properties.
"eslintConfig": {
"extends": [
"@ahiho/eslint-config-react"
]
},