0.2.1 • Published 6 years ago
@thebrodmann/tslint-config v0.2.1
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.