Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 789 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 789 Bytes

@dooboo/eslint-config-react-native

Npm Version Downloads

Installation

yarn add -D eslint @dooboo/eslint-config-react-native @typescript-eslint/eslint-plugin eslint-plugin-jest prettier

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like.

Usage

Add to your eslint config (.eslintrc, or eslintConfig field in package.json):

{
  "extends": "@dooboo/eslint-config-react-native"
}