eslint-plugin-react-native : React Native specific linting rules for ESLint. You can installing eslint-plugin-react-native 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 eslint-plugin-react-native $ sudo npm install -g eslint-plugin-react-native
If want to update the eslint-plugin-react-native package execute the command as below,
$ sudo npm update eslint-plugin-react-native
Update package globally,
$ npm install -g eslint-plugin-react-native
$ sudo git clone https://github.com/rektide/eslint-plugin-react-native.git
$ sudo npm install -g ./eslint-plugin-react-native
eslint-plugin-react-native@3.2.0 /usr/lib/node_modules/eslint-plugin-react-native
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall eslint-plugin-react-native
Package Name | eslint-plugin-react-native |
Version | 3.2.0 |
Description | React Native specific linting rules for ESLint |
Released Date | 2017-11-22T22:06:28.818Z |
Published by | tomhastjarjanto |
How to Learn | https://www.npmjs.com/package/eslint-plugin-react-native/tutorial |