Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/halo-lab/eslint-config-typescript-halo-lab
- Owner: Halo-Lab
- Created: 2021-03-22T11:10:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T07:51:59.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T09:35:34.642Z (3 months ago)
- Topics: eslint, eslint-config, typescript
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! ✌️