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

https://github.com/eggjs/tslint-config-egg

tslint config for egg
https://github.com/eggjs/tslint-config-egg

codestyle egg tslint typescript

Last synced: 18 days ago
JSON representation

tslint config for egg

Awesome Lists containing this project

README

          

# tslint-config-egg

Typescript Style Guide for Egg.

## Install

```bash
npm i tslint tslint-config-egg --save-dev
```

## Usage

- `package.json`

```json
{
"devDependencies": {
"tslint-config-egg": "1",
"tslint": "5"
}
}
```

- `tslint.json`

```js
{
"extends": "tslint-config-egg"
}
```