Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cogoo/tslint-config-og
TSLint config
https://github.com/cogoo/tslint-config-og
Last synced: 24 days ago
JSON representation
TSLint config
- Host: GitHub
- URL: https://github.com/cogoo/tslint-config-og
- Owner: cogoo
- License: mit
- Created: 2019-08-03T20:01:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T08:36:54.000Z (about 2 years ago)
- Last Synced: 2023-03-02T17:02:46.364Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tslint-config-og
Custom TSLint Config
### Installing
```sh
npm i -D @c_ogoo/tslint-config-og
```### Usage
In `tslint.json`:
```json
{
"extends": "@c_ogoo/tslint-config-og"
}
```## Authors
- **Colin Ogoo** - [cogoo](https://github.com/cogoo)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details