# DEPRECATED

Tslint has been deprecated in favor of eslint. [Read more here.](https://github.com/palantir/tslint/issues/4534)

# tslint configuration

```sh
npm install --save-dev tslint typescript tslint-config-remitly tslint-react tslint-eslint-rules
```

Create the file `tslint-config-remitly`.

``` js
{
    "extends": "tslint-config-remitly"
}
```
