0.3.0 • Published 1 year ago

@octoguild/eslint-config-react-native v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Install

npm i @octoguild/eslint-config-react-native -D

or

yarn add @octoguild/eslint-config-react-native --dev

Usage

{
  "env": {
    "jest": true
  },
  "extends": [
    "@octoguild/react-native"
  ],
  "parserOptions": {
    "project": ["./tsconfig.json"]
  }
}

Work

Detox file format: *.spec.ts, *.spec.tsx, *.spec.js, *.spec.jsx,