1.16.1 • Published 16 days ago

@ahiho/eslint-config v1.16.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
16 days ago

@ahiho/eslint-config

Ahiho's full ESLint config.

Read the ESlint config docs for more information.

Requirement

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

Installation

yarn add --dev @ahiho/eslint-config

Usage

The ESLint config should be applied to a package's package.json in a Lerna project.

The config will automatically detect if there is Typescript or React in the package and apply corresponding configs.

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