https://github.com/beanloop/tslint-config-beanloop
https://github.com/beanloop/tslint-config-beanloop
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beanloop/tslint-config-beanloop
- Owner: beanloop
- License: apache-2.0
- Created: 2016-12-13T08:37:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T13:58:30.000Z (almost 9 years ago)
- Last Synced: 2025-02-06T02:02:51.723Z (12 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.