1.0.1 • Published 4 years ago

eslint-config-halo-lab-typescript v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Eslint halo lab config TypeScript

Installation

npm install --save-dev eslint-config-halo-lab-typescript

Usage

In .eslintrc:

{
  "extends": [
    "halo-lab-typescript"
  ]
}

And add your tsconfig.json in .eslintrc;

{
  "parserOptions": {
    "project": "tsconfig.json",
    "tsconfigRootDir": "."
  }
}

Status and contribution

The project is supported by Halo lab development team, we're not working on it regularly, but trying to invest in it when we have time between clients' project. Though, feel free to open issues and you're very welcome to contribute.