0.2.2 • Published 3 years ago

@taogilaaa/eslint-config-typescript v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@taogilaaa/eslint-config-typescript

Typescript ESLint config, under the hood we are extending and overriding xo's lint config.

Installation

npm install --save-dev @taogilaaa/eslint-config-typescript

Usage

After installing, update your project's .eslintrc.js file to import the rule sets you want:

{
  "extends" : [
    "@taogilaaa/eslint-config-base",
    "@taogilaaa/eslint-config-typescript"
  ]
}

Read the ESlint config docs for more information.