npm.io
3.2.0 • Published 3 years ago

@react-native-community/eslint-config

Licence
MIT
Version
3.2.0
Deps
13
Size
18 kB
Vulns
0
Weekly
0
Stars
126.2K

eslint-config-react-native-community

Version

Installation

yarn add --dev eslint prettier @react-native-community/eslint-config

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": "@react-native-community"
}