Bump eslint-config-react-native-community (#34307)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/34307

There are unreleased changes on eslint-config-react-native-community, I'm bumping the version for this package so we can publish it.

Changelog:
[General] [Changed] - Bump eslint-config-react-native-community

Reviewed By: dmitryrykun

Differential Revision: D38279512

fbshipit-source-id: 46492f7e99d31c0a5917d41726ecc20fada1582f
This commit is contained in:
Nicola Corti 2022-08-01 04:28:08 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 1e4ebf2531
Коммит 9797388847
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@react-native-community/eslint-config",
"version": "3.0.3",
"version": "3.1.0",
"description": "ESLint config for React Native",
"main": "index.js",
"license": "MIT",
@ -26,7 +26,7 @@
"eslint-plugin-react-native": "^4.0.0"
},
"peerDependencies": {
"eslint": ">=7",
"eslint": ">=8",
"prettier": ">=2"
},
"devDependencies": {