tslint-react : Lint rules related to React & JSX for TSLint. You can installing tslint-react 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-react $ sudo npm install -g tslint-react
If want to update the tslint-react package execute the command as below,
$ sudo npm update tslint-react
Update package globally,
$ npm install -g tslint-react
$ sudo git clone https://github.com/rektide/tslint-react.git
$ sudo npm install -g ./tslint-react
tslint-react@3.2.0 /usr/lib/node_modules/tslint-react
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tslint-react
| Package Name | tslint-react |
| Version | 3.2.0 |
| Description | Lint rules related to React & JSX for TSLint |
| Released Date | 2017-08-02T07:21:10.039Z |
| Published by | palantir |
| How to Learn | https://www.npmjs.com/package/tslint-react/tutorial |