6.1.0 • Published 5 years ago

@datalogix/tslint-config v6.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

TSLint Config

Version Downloads Build Status Codecov License

TSLint shareable config

Install

npm install --save-dev @datalogix/tslint-config

Usage

TSLint Configuration File Formats

Add some TSLint config to your tslint.json:

{
  "extends": "@datalogix/tslint-config"
}

Usage direct on command line

tslint --config ./node_modules/@datalogix/tslint-config/index.js

Note: It is not necessary to create the tslint.json file.