1.12.1 • Published 1 month ago

@ahiho/eslint-config-typescript v1.12.1

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

@ahiho/eslint-config-typescript

Ahiho's TypeScript ESLint config extras.

Read the ESlint config docs for more information.

Requirement

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

Installation

yarn add --dev @ahiho/eslint-config-ecmascript @ahiho/eslint-config-typescript

Usage

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

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