Skip to content

Commit b2d10bc

Browse files
Naturalclarfacebook-github-bot
authored andcommitted
(eslint-config) update community eslint plugin in eslint config (#28642)
Summary: Updating the community eslint-plugin used in the eslint-config to the latest version. expecting new eslint-config version to be released with this change so that it can be included in new project template for 0.63 react-native-community/releases#186 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General] [Changed] - Update community eslint plugin in the eslint config Pull Request resolved: #28642 Test Plan: yarn lint passes Differential Revision: D21048976 Pulled By: cpojer fbshipit-source-id: 2c3ec0ef450cf357d8c88db7873f4ca1154b2034
1 parent dda7f82 commit b2d10bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/eslint-config-react-native-community/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/eslint-config",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "ESLint config for React Native",
55
"main": "index.js",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
},
1111
"homepage": "https://github.com/facebook/react-native/tree/master/packages/eslint-config-react-native-community#readme",
1212
"dependencies": {
13-
"@react-native-community/eslint-plugin": "^1.0.0",
13+
"@react-native-community/eslint-plugin": "^1.1.0",
1414
"@typescript-eslint/eslint-plugin": "^2.25.0",
1515
"@typescript-eslint/parser": "^2.25.0",
1616
"babel-eslint": "10.1.0",

packages/eslint-config-react-native-community/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
lodash "^4.17.13"
119119
to-fast-properties "^2.0.0"
120120

121-
"@react-native-community/eslint-plugin@^1.0.0":
122-
version "1.0.0"
123-
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.0.0.tgz#ae9a430f2c5795debca491f15a989fce86ea75a0"
124-
integrity sha512-GLhSN8dRt4lpixPQh+8prSCy6PYk/MT/mvji/ojAd5yshowDo6HFsimCSTD/uWAdjpUq91XK9tVdTNWfGRlKQA==
121+
"@react-native-community/eslint-plugin@^1.1.0":
122+
version "1.1.0"
123+
resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.1.0.tgz#e42b1bef12d2415411519fd528e64b593b1363dc"
124+
integrity sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ==
125125

126126
"@types/color-name@^1.1.1":
127127
version "1.1.1"

0 commit comments

Comments
 (0)