UNPKG

tslint-config-remitly

Version:

Base typescript tslint configuration.

18 lines (12 loc) 355 B
# 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" } ```