Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 634 Bytes

File metadata and controls

27 lines (18 loc) · 634 Bytes

eslint-config-react-native

npm version

Config for React Native apps. Extended from @dc0de/eslint-config-react and eslint-plugin-react-native.

Installation

# NPM
npm i -D @dc0de/eslint-config-react-native

# Yarn
yarn add -D @dc0de/eslint-config-react-native

Usage

{
  "extends": ["@dc0de/eslint-config-react-native"]
}
With WebStorm

Add --plugin typescript to eslint extra options.