Skip to content

Latest commit

 

History

History

eslint-config-react-native

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.