2.0.0 • Published 11 months ago

eslint-config-react-native-pgric v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

eslint-config-react-native-pgric

ESLint and TypeScript configuration for React Native

Install

yarn add eslint-config-react-native-pgric --dev

Use

in .eslintrc

{
  "extends": "react-native-pgric"
}

Additionally to use tsconfig.json

{ "extends": "eslint-config-react-native-pgric/tsconfig.base" }