Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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**