Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enzomanuelmangano/eslint-config

My eslint configuration for React Native
https://github.com/enzomanuelmangano/eslint-config

Last synced: 14 days ago
JSON representation

My eslint configuration for React Native

Awesome Lists containing this project

README

        

# eslint-config-react-native-reactiive

## Installation

```
yarn add --dev eslint eslint-config-react-native-reactiive
```

## Usage

Add to your eslint config (`.eslintrc`, or `eslintConfig` field in `package.json`):

```json
{
"extends": "react-native-reactiive"
}
```