0.0.7 • Published 6 years ago
@firede/eslint-config-react-native v0.0.7
@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-nativeNote: 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"
}