react-native-macos/packages/eslint-config-react-native-...
Adam Gleitman f3cd9f76d5 Merge commit 'a28a52dd64da50708691678ea644f55123ec77c5' into amgleitman/0.64-merge-2020-mm-dd 2021-08-18 15:46:05 -07:00
..
README.md Merge from upstream through 2020-05-28 (#811) 2021-08-16 14:00:00 -07:00
index.js v0.63 sync from upstream (#613) 2020-09-30 18:38:06 +02:00
package.json Merge commit 'a28a52dd64da50708691678ea644f55123ec77c5' into amgleitman/0.64-merge-2020-mm-dd 2021-08-18 15:46:05 -07:00
yarn.lock Merge from upstream through 2020-04-24 (#803) 2021-07-21 15:24:02 -07:00

README.md

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"
}