0.0.6 • Published 4 years ago

@firede/react-native-community-eslint-config v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

eslint-config-react-native-community

Note: the latest @react-native-community/eslint-config was released 9 months ago. I released the master version as a temporary replacement package.

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