https://github.com/cogoo/tslint-config-og
TSLint config
https://github.com/cogoo/tslint-config-og
Last synced: 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T08:36:54.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T09:42:54.083Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- 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