Skip to content

Commit 30d8a15

Browse files
yungstersfacebook-github-bot
authored andcommitted
RN: Upgrade to eslint-plugin-react-hooks@6.1.0-canary (#52016)
Summary: Pull Request resolved: #52016 Upgrade the React Native monorep to use `eslint-plugin-react-hooks@6.1.0-canary`, which includes support for Flow's Component Syntax. This does not affect production users of `eslint-config-react-native`. Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D76627448 fbshipit-source-id: 19e95e5d7f1bcd4fb6bead4e94d268d0c36a4817
1 parent 05a61e8 commit 30d8a15

2 files changed

Lines changed: 222 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"eslint-plugin-jest": "^27.9.0",
7575
"eslint-plugin-jsx-a11y": "^6.6.0",
7676
"eslint-plugin-react": "^7.30.1",
77-
"eslint-plugin-react-hooks": "^5.2.0",
7877
"eslint-plugin-react-native": "^4.0.0",
7978
"eslint-plugin-redundant-undefined": "^0.4.0",
8079
"eslint-plugin-relay": "^1.8.3",
@@ -111,6 +110,7 @@
111110
"ws": "^6.2.3"
112111
},
113112
"resolutions": {
113+
"eslint-plugin-react-hooks": "6.1.0-canary-12bc60f5-20250613",
114114
"react-is": "19.1.0"
115115
}
116116
}

0 commit comments

Comments
 (0)