2.0.1 • Published 5 years ago

eslint-config-react-native-up v2.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

react-native-eslint-up

The bare minimum eslint config for react native

  • uses the

Installation

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

Usage

In .eslintrc:

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