Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/halo-lab/eslint-config-typescript-halo-lab

Halo lab eslint TS config
https://github.com/halo-lab/eslint-config-typescript-halo-lab

eslint eslint-config typescript

Last synced: about 2 months ago
JSON representation

Halo lab eslint TS config

Awesome Lists containing this project

README

        

# Eslint halo lab config TypeScript

## Installation
```
npm install --save-dev eslint-config-halo-lab-typescript
```

## Usage
In ```.eslintrc```:
```json
{
"extends": [
"halo-lab-typescript"
]
}
```

And add your ```tsconfig.json``` in ```.eslintrc```;

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

## Word from author

Have fun! ✌️


Supported by Halo lab