eslint-config-halo-lab-typescript

1.0.1 • Public • Published

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.

Developed in Halo lab

Package Sidebar

Install

npm i eslint-config-halo-lab-typescript

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

3.2 kB

Total Files

3

Last publish

Collaborators

  • halolab