# eslint-plugin-react-native-globals

> ESLint Environment for React Native

Latest version **0.1.2** (published 2018-01-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-plugin-react-native-globals
pnpm add eslint-plugin-react-native-globals
yarn add eslint-plugin-react-native-globals
bun add eslint-plugin-react-native-globals
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2018-01-28 |
| First published | 2017-11-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 39 |
| Author | Satyajit Sahoo |
| Maintainers | satya164 |
| Keywords | eslint, eslint-plugin, react-native |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-react-native-globals
- Repository: https://github.com/satya164/eslint-plugin-react-native-globals
- Homepage: https://github.com/satya164/eslint-plugin-react-native-globals#readme
- Issues: https://github.com/satya164/eslint-plugin-react-native-globals/issues
- npm.io page: https://npm.io/package/eslint-plugin-react-native-globals

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2018-01-28
- 0.1.1 — 2017-12-25
- 0.1.0 — 2017-11-03

## 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
  }
}
```

---
_Source: https://npm.io/package/eslint-plugin-react-native-globals · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
