TSLint Config Favware
Standard TSLint config for projects by Favna (a.k.a. Favware) written in TypeScript
Installation
yarn add -D tslint-config-favware
Usage
In tslint.json
:
// ...{ "extends": ["tslint-config-favware"]}// ...
To fully utilize this config you should pass the --project
flag to TSLint!