react-native-macos/packages/eslint-config-react-native-...
Nicola Corti 3ab6274f0d Bump further patch packages to unblock nightly as they have unreleased changes on main
Summary:
There are other 3 packages which have unreleased changes on main:
```
babel-plugin-codegen/
eslint-plugin-specs/
eslint-config-react-native-community/
```
I'm bumping them in order to be able to publish them to NPM.

Changelog:
[Internal] [Changed] - Bump further patch packages to unblock nightly as they have unreleased changes on main

Reviewed By: hoxyq

Differential Revision: D41874749

fbshipit-source-id: 0b8cd69cab6fcb116f2635c964490927f4fb20be
2022-12-10 04:03:11 -08:00
..
BUCK fix (deps): add explicitly eslint config to dependencies (#35192) 2022-11-04 03:31:21 -07:00
README.md eslint config & plugin packages - prep for monorepo RFC (#34581) 2022-11-25 05:44:17 -08:00
index.js Explicitly set parser for jsx in ESLint config 2022-12-06 05:10:34 -08:00
package.json Bump further patch packages to unblock nightly as they have unreleased changes on main 2022-12-10 04:03:11 -08:00

README.md

@react-native/eslint-config

Version

Installation

yarn add --dev eslint prettier @react-native/eslint-config

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like

Usage

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

{
    "extends": "@react-native"
}