0.1.2 • Published 8 years ago

tslint-config-ms-recommended v0.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

tslint-config-ms-recommended

A tslint config packaging tslint-microsoft-contrib recommended rules for ease of use

What this module is just copy recommended_ruleset.js from tslint-microsoft-contrib repository and package, for ease of use, nothing more.

Install

npm install --save-dev tslint-config-ms-recommended

Usage

To use this tslint config, add this to tslint.json

{
    "extends": "tslint-config-ms-recommended"
}

More information

Go tslint-microsoft-contrib repository for more information.