react-native-macos/packages/eslint-config-react-native-...
George Zahariev 0b68f3cf77 Upgrade babel-eslint in xplat/js
Summary:
`babel-eslint` is the parser you can supply to ESLint based off of Babel.

`babel-eslint` 10.1.0 is the newest production version of `babel-eslint`.

There are very few changes between 10.0.1 (the lowest previous version) and 10.1.0. There are only 3 non-version-bump commits: 2 bug fixes and enabling parsing of Flow enums.

The only project that was on a lower version than 10.0.1 was `/xplat/js/RKJSModules/Libraries/Relay/oss/__github__` - test below

Changelog: [Internal]

Reviewed By: cpojer

Differential Revision: D21055850

fbshipit-source-id: bae0d8af5c6d833a4dbb0ad775c8e5e78ead1051
2020-04-21 19:06:05 -07:00
..
README.md eslint-config: add version badge and add homepage for eslint-config (#28506) 2020-04-03 06:40:22 -07:00
index.js Add URLSearchParams and Headers to eslint globals (#27853) 2020-01-27 02:30:29 -08:00
package.json Upgrade babel-eslint in xplat/js 2020-04-21 19:06:05 -07:00
yarn.lock Upgrade babel-eslint in xplat/js 2020-04-21 19:06:05 -07:00

README.md

eslint-config-react-native-community

Version

Installation

yarn add --dev eslint @react-native-community/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-community"
}