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

https://github.com/inloop/tslint-config


https://github.com/inloop/tslint-config

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# TSLint Config

Sharable tslint config for TypeScript linting.

## Usage

Use in your tslint.json file.

```
{
...
"extends": [
"tslint:latest",
"tslint-config-badger/tslint-config"
]
...
}
```