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