Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chenxsan/eslint-config-standard-react-native
- Owner: chenxsan
- License: mit
- Created: 2016-07-02T14:56:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T16:03:07.000Z (over 8 years ago)
- Last Synced: 2024-08-08T23:54:26.819Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]
}
```