Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcandillon/eslint-config-react-native-wcandillon
ESLint and TypeScript configuration for React Native
https://github.com/wcandillon/eslint-config-react-native-wcandillon
Last synced: about 15 hours ago
JSON representation
ESLint and TypeScript configuration for React Native
- Host: GitHub
- URL: https://github.com/wcandillon/eslint-config-react-native-wcandillon
- Owner: wcandillon
- License: mit
- Created: 2019-01-21T06:26:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T13:16:35.000Z (2 months ago)
- Last Synced: 2024-11-06T16:50:12.785Z (8 days ago)
- Language: JavaScript
- Homepage:
- Size: 2.22 MB
- Stars: 251
- Watchers: 5
- Forks: 44
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-react-native-wcandillon
My ESLint and TypeScript configuration for React Native.[![CircleCI](https://circleci.com/gh/wcandillon/eslint-config-react-native-wcandillon.svg?style=svg)](https://circleci.com/gh/wcandillon/eslint-config-react-native-wcandillon)
[![npm version](https://badge.fury.io/js/eslint-config-react-native-wcandillon.svg)](https://badge.fury.io/js/eslint-config-react-native-wcandillon)## Usage
```sh
# you also need eslint if not installed already: yarn add eslint --dev
yarn add eslint-config-react-native-wcandillon --dev
```In `.eslintrc`:
```json
{
"extends": "react-native-wcandillon",
}
```In `tsconfig.json` (if you want to use my base TS configuration):
```json
{
"extends": "eslint-config-react-native-wcandillon/tsconfig.base"
}
```