mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Summary: [General] [Changed] - Bumped react-native-community/eslint-config version Pull Request resolved: https://github.com/facebook/react-native/pull/24389 Differential Revision: D14870055 Pulled By: cpojer fbshipit-source-id: 1a8d208757cf433146e71383e59044740321760a
eslint-config-react-native-community
Installation
yarn add --dev eslint @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"
}