Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chenxsan/eslint-config-standard-react-native


https://github.com/chenxsan/eslint-config-standard-react-native

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# eslint-config-standard-react-native

## Usage

1. `npm install eslint-config-standard-react-native`
2. add `standard-react-native` to .eslintrc file:
```
{
"extends": ["standard-react-native"]
}
```