@firede/eslint-config-react-native

ESLint config for React Native (unofficial)

Usage no npm install needed!

<script type="module">
  import firedeEslintConfigReactNative from 'https://cdn.skypack.dev/@firede/eslint-config-react-native';
</script>

README

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