README
tslint-config-ms-recommended
tslint-microsoft-contrib recommended rules for ease of use
A tslint config packagingWhat 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.