# eslint-plugin-react-native-globals **Repository Path**: mirrors_react-native-community/eslint-plugin-react-native-globals ## Basic Information - **Project Name**: eslint-plugin-react-native-globals - **Description**: ESLint Environment for React Native - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README eslint-plugin-react-native-globals ================================== ESLint Environment for React Native. ## Installation ```sh yarn add --dev eslint eslint-plugin-react-native-globals ``` **Note:** If you installed ESLint globally then you must also install `eslint-plugin-react-native-globals` globally. ## Usage Add `react-native-globals` to the `plugins` section of your `.eslintrc` configuration file, and then add `react-native-globals/all` to the `env` section: ```json { "plugins": [ "react-native-globals" ], "env": { "react-native-globals/all": true } } ```