@arelstone/eslint-config-react-native-typescript

eslint rules for react native

Usage no npm install needed!

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

README

@arelstone/eslint-config-react-native-typescript

My eslint configuration for React Native.

npm (scoped) npm GitHub issues GitHub pull requests

Usage

yarn add @arelstone/eslint-config-react-native-typescript --dev
// or
npm install -D @arelstone/eslint-config-react-native-typescript

In .eslintrc:

{ 
  "extends": "@arelstone/eslint-config-react-native-typescript", 
}