Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bonzaico/tslint-config-bonzai
- Owner: bonzaico
- License: bsd-3-clause
- Created: 2018-10-30T13:13:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T11:28:33.000Z (about 6 years ago)
- Last Synced: 2024-09-19T10:08:50.739Z (about 2 months ago)
- Topics: bonzai, config, tslint, typescript
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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