1.1.5 • Published 3 years ago

@arelstone/eslint-config-react-native-typescript v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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