tslint-config-standard : A TSLint config for JavaScript Standard Style. You can installing tslint-config-standard 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-config-standard $ sudo npm install -g tslint-config-standard
If want to update the tslint-config-standard package execute the command as below,
$ sudo npm update tslint-config-standard
Update package globally,
$ npm install -g tslint-config-standard
$ sudo git clone https://github.com/rektide/tslint-config-standard.git
$ sudo npm install -g ./tslint-config-standard
tslint-config-standard@7.0.0 /usr/lib/node_modules/tslint-config-standard
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tslint-config-standard
| Package Name | tslint-config-standard |
| Version | 7.0.0 |
| Description | A TSLint config for JavaScript Standard Style |
| Released Date | 2017-10-27T23:40:59.885Z |
| Published by | blakeembrey |
| How to Learn | https://www.npmjs.com/package/tslint-config-standard/tutorial |