1.0.1 • Published 7 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-favwareUsage
In tslint.json:
// ...
{
    "extends": ["tslint-config-favware"]
}
// ...To fully utilize this config you should pass the --project flag to TSLint!