Skip to content

arelstone/eslint-config-react-native-typescript

Repository files navigation

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