TSLint Config
TSLint shareable config
Install
npm install --save-dev @cknow/tslint-configUsage
TSLint Configuration File Formats
Add some TSLint config to your tslint.json:
{
"extends": "@cknow/tslint-config"
}Usage direct on command line
tslint --config ./node_modules/@cknow/tslint-config/index.jsNote: It is not necessary to create the
tslint.jsonfile.