mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: The version of this package needs to be bumped for me to release the changes from https://github.com/facebook/react-native/issues/28637 to NPM. ## Changelog [Internal] [Added] - Bump react-native-community/eslint-config version Pull Request resolved: https://github.com/facebook/react-native/pull/32117 Test Plan: N/A Reviewed By: cortinico Differential Revision: D30663708 Pulled By: yungsters fbshipit-source-id: f433c324f12663d76e55c9395630cd642955b25e
eslint-config-react-native-community
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"
}