Install eslint-plugin-react-native
masterTo use this plugin, you must install eslint and eslint-plugin-react-native. It is highly recommended to also install eslint-plugin-react for full functionality.
If you are installing ESLint globally, you must also install the plugins globally. Otherwise, install them locally as dev dependencies.
$ npm install --save-dev eslint
$ npm install --save-dev eslint-plugin-react
$ npm install --save-dev eslint-plugin-react-native