@blockmatic/eslint-config-react-native

Blockmatic's ESLint config for React Native projects

Usage no npm install needed!

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

README

eslint-config-react-native

Blockmatic's ESLint config for React Native.

Installation

yarn add --dev @blockmatic/eslint-config-react-native eslint 

Usage

After installing, update your project's .eslintrc file to import the rule sets you want:

{
  "extends" : [
    "@blockmatic/eslint-config-react-native"
  ]
}

Read the ESlint config docs for more information.