0.0.0-experiment.0 • Published 3 years ago

eslint-plugin-react-navigation v0.0.0-experiment.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

eslint-plugin-react-navigation

Installation

yarn add --dev eslint-plugin-react-navigation

Example Configuration

The plugin relies on TypeScript compiler services to resolve types. You need to set your tsconfig.json file in your eslint configuration via parserOptions.

{
  "plugins": ["react-navigation"],
  "parserOptions": {
    "project": "./tsconfig.json"
  },
  "rules": {
    "react-navigation/TBD": 2
  }
}

Rules

TBD