1.0.1 • Published 6 years ago
tslint-config-favware v1.0.1
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!