Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unix/tslint-config-lambdas
TSLint config for Lambdas style
https://github.com/unix/tslint-config-lambdas
tslint tslint-config tslint-rules
Last synced: 18 days ago
JSON representation
TSLint config for Lambdas style
- Host: GitHub
- URL: https://github.com/unix/tslint-config-lambdas
- Owner: unix
- License: mit
- Created: 2019-06-02T12:26:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T01:55:42.000Z (over 5 years ago)
- Last Synced: 2024-12-15T09:06:18.970Z (19 days ago)
- Topics: tslint, tslint-config, tslint-rules
- Language: JavaScript
- Homepage:
- 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 for Lambdas style
### Getting Started
1. Install: `yarn add tslint-config-lambdas -D`.
2. Usage in your `tslint.json`:
```json
{ "extends": "tslint-config-lambdas" }
```**OR**, if you are using the `tslint.yml`:
```yml
extends:
- 'tslint-config-lambdas'
```
### Recommends
- [eslint-config-lambdas](https://github.com/unix/eslint-config-lambdas/)
- [eslint-config-ts-lambdas](https://github.com/unix/eslint-config-ts-lambdas)
### LICENSE
**MIT**