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.