@thebrodmann/tslint-config
v0.2.1
Published
Yet another TSLint config preset
Downloads
18
Readme
TSLint Config Preset (thebrodmann)
Personal TSLint config preset.
Installation
# YARN
yarn add @thebrodmann/tslint-config
# NPM
npm install @thebrodmann/tslint-config
Usage
In tslint.json
:
{
"extends": "@thebrodmann/tslint-config"
}
P.S. Some TSLint rules require the use of --project to run.