1.1.0 • Published 12 months ago

@ist-group/eslint-config-react-native v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

@ist-group/eslint-config-react-native

ESLint config for React Native projects.

Installation

yarn add -D @ist-group/eslint-config-react-native

Then extend the config in your .eslintrc file.

{
  "extends": "@ist-group/eslint-config-react-native"
}