0.2.2 • Published 4 years ago

@warungpintar/eslint-config-typescript v0.2.2

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

@warungpintar/eslint-config-typescript

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

Installation

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

Usage

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

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

Read the ESlint config docs for more information.