mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This catches some errors about hooks being used at the top level in a module Reviewed By: gaearon Differential Revision: D16945591 fbshipit-source-id: 116ed24b4394b1f516a2ebcd75977d2ba5c57afb
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"
}