tslint-config-prettier : Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest.. You can installing tslint-config-prettier 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-prettier $ sudo npm install -g tslint-config-prettier
If want to update the tslint-config-prettier package execute the command as below,
$ sudo npm update tslint-config-prettier
Update package globally,
$ npm install -g tslint-config-prettier
$ sudo git clone https://github.com/rektide/tslint-config-prettier.git
$ sudo npm install -g ./tslint-config-prettier
tslint-config-prettier@1.6.0 /usr/lib/node_modules/tslint-config-prettier
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tslint-config-prettier
| Package Name | tslint-config-prettier |
| Version | 1.6.0 |
| Description | Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest. |
| Released Date | 2017-10-17T16:19:42.210Z |
| Published by | alexjoverm |
| How to Learn | https://www.npmjs.com/package/tslint-config-prettier/tutorial |