1.14.1 • Published 1 month ago

@ahiho/eslint-config-react v1.14.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 month ago

@ahiho/eslint-config-react

Ahiho's ESLint config for React.

Read the ESlint config docs for more information.

Requirement

  • NodeJS (version >= 14.x and <= 21)

Installation

yarn add --dev @ahiho/eslint-config-react

Usage

After installing, update package.json file to add the following properties.

"eslintConfig": {
  "extends": [
    "@ahiho/eslint-config-react"
  ]
},