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

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


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

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# tslint-config-beanloop
An opinionated tslint config.

## Installation

```sh
yarn add tslint-config-beanloop
npm install --save tslint-config-beanloop
```

## Usage

Set your tslint config to:

```json
{
"extends": [
"tslint-config-beanloop"
]
}
```

## License
tslint-config-beanloop is dual-licensed under Apache 2.0 and MIT
terms.