2.0.0 • Published 2 years ago

@yuriazevedo/eslint-config-react-native v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

eslint-config-react-native

My eslint configuration for React Native

Installation

yarn add @yuriazevedo/eslint-config-react-native -D

Usage example

In .eslintrc:

{
  "extends": "@yuriazevedo/react-native"
}