From f456c5fa9d466318604a5bd06624bd6be13597e0 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 18 Nov 2022 22:47:27 -0800 Subject: [PATCH] Add missing eslint-plugin-react-hooks package (cherry picked from commit c43d06628d7f29ab9803055a34b571f5c0984a77) --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 4fc0c1c73..d1ebbe695 100644 --- a/package.json +++ b/package.json @@ -109,6 +109,7 @@ "eslint-plugin-import": "2.25.4", "eslint-plugin-json": "3.1.0", "eslint-plugin-react": "7.29.4", + "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-simple-import-sort": "7.0.0", "esprint": "3.3.0", "file-loader": "6.2.0", diff --git a/yarn.lock b/yarn.lock index 2f7a124b5..657b3aca5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2915,6 +2915,11 @@ eslint-plugin-json@3.1.0: lodash "^4.17.21" vscode-json-languageservice "^4.1.6" +eslint-plugin-react-hooks@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" + integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== + eslint-plugin-react@7.29.4: version "7.29.4" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2"