Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bonzaico/tslint-config-bonzai

TSLint rules for Bonzai
https://github.com/bonzaico/tslint-config-bonzai

bonzai config tslint typescript

Last synced: 6 days ago
JSON representation

TSLint rules for Bonzai

Awesome Lists containing this project

README

        

# tslint-config-bonzai

[![version](https://img.shields.io/npm/v/tslint-config-bonzai.svg?style=flat-square)](http://npm.im/tslint-config-bonzai)
[![GitHub license](https://img.shields.io/github/license/bonzaico/tslint-config-bonzai.svg?style=flat-square)](https://github.com/bonzaico/tslint-config-bonzai/blob/master/LICENSE.md)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)

TSLint config for Bonzai.

## Usage

Install the configuration by executing:

```bash
npm install --save-dev tslint tslint-config-bonzai
```

Then add the extends to your `tslint.json`

```json
{
"extends": "tslint-config-bonzai",
"rules": {
}
}
```

## License

BSD-3-Clause