eslint-config-react 1.2.1
Install from the command line:
Learn more about npm packages
$ npm install @ahiho/eslint-config-react@1.2.1
Install via package.json:
"@ahiho/eslint-config-react": "1.2.1"
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"
]
},