tslint-microsoft-contrib : TSLint Rules for Microsoft. You can installing tslint-microsoft-contrib npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install tslint-microsoft-contrib $ sudo npm install -g tslint-microsoft-contrib
If want to update the tslint-microsoft-contrib package execute the command as below,
$ sudo npm update tslint-microsoft-contrib
Update package globally,
$ npm install -g tslint-microsoft-contrib
$ sudo git clone https://github.com/rektide/tslint-microsoft-contrib.git
$ sudo npm install -g ./tslint-microsoft-contrib
tslint-microsoft-contrib@5.0.1 /usr/lib/node_modules/tslint-microsoft-contrib
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tslint-microsoft-contrib
| Package Name | tslint-microsoft-contrib |
| Version | 5.0.1 |
| Description | TSLint Rules for Microsoft |
| Released Date | 2017-06-30T15:55:08.163Z |
| Published by | hamletdrc |
| How to Learn | https://www.npmjs.com/package/tslint-microsoft-contrib/tutorial |