1.0.9 • Published 2 years ago

@faxjs/eslint-config-ts v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

ESLint Typescript Config of Faxjs

Install

# with npm
npm i faxjs/eslint-config-ts -D

# with yarn
yarn add faxjs/eslint-config-ts -D

# with pnpm
pnpm add faxjs/eslint-config-ts -D

Usage

{
  "extends": ["@faxjs/eslint-config-ts"]
}