From 3b4261c17bfe28a1c02a47f91cae4c3f97e53525 Mon Sep 17 00:00:00 2001 From: Leandro Lourenci Date: Fri, 5 Apr 2019 16:51:50 -0300 Subject: [PATCH] Add support to eslint-plugin-react-hooks on eslint-5 channel --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 773b32e23..5fdfd657c 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,7 @@ "eslint-plugin-promise": "^4.0.1", "eslint-plugin-ramda": "^2.4.0", "eslint-plugin-react": "^7.11.0", + "eslint-plugin-react-hooks": "^1.6.0", "eslint-plugin-react-native": "^3.1.0", "eslint-plugin-security": "1.4.0", "eslint-plugin-sorting": "^0.3.0", diff --git a/yarn.lock b/yarn.lock index 830e3eb95..802d217e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1912,6 +1912,11 @@ eslint-plugin-ramda@^2.4.0: ramda "0.25.0" req-all "^1.0.0" +eslint-plugin-react-hooks@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.0.tgz#348efcda8fb426399ac7b8609607c7b4025a6f5f" + integrity sha512-lHBVRIaz5ibnIgNG07JNiAuBUeKhEf8l4etNx5vfAEwqQ5tcuK3jV9yjmopPgQDagQb7HwIuQVsE3IVcGrRnag== + eslint-plugin-react-native-globals@^0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2"