1.0.11 • Published 24 days ago

@figuredev/eslint-plugin-react-native v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
24 days ago

Eslint configuration (React Native)

Eslint configuration for our React Native applications.

Usage

First install the package and its peer dependencies

yarn add -D @figuredev/eslint-plugin-react-native

Next add it under eslintConfig key to your package.json or add it to your existing eslint config.

// package.json
{
  // ...
  "eslintConfig": {
    "extends": "plugin:@figuredev/react-native/base",
  }
}

Development

To release your changes run:

yarn release