Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enzomanuelmangano/eslint-config
- Owner: enzomanuelmangano
- Created: 2021-08-14T10:35:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T12:07:15.000Z (about 3 years ago)
- Last Synced: 2024-10-10T12:40:03.528Z (about 1 month ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```