eslint-plugin-react-native-globals
ESLint Environment for React Native
Last updated 8 years ago by satya164 .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install eslint-plugin-react-native-globals 
SYNC missed versions from official npm registry.

eslint-plugin-react-native-globals

ESLint Environment for React Native.

Installation

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:

{
  "plugins": [
    "react-native-globals"
  ],

  "env": {
    "react-native-globals/all": true
  }
}

Current Tags

  • 0.1.2                                ...           latest (8 years ago)

3 Versions

  • 0.1.2                                ...           8 years ago
  • 0.1.1                                ...           8 years ago
  • 0.1.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 2
This Month 2
Last Day 0
Last Week 0
Last Month 3
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |