0.0.7 • Published 4 years ago

@firede/eslint-config-react-native v0.0.7

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

@firede/eslint-config-react-native

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
yarn add --dev eslint @firede/eslint-config-react-native

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": "@firede/react-native"
}