From cb41cedb439d63a423b8f35802d98737148230d7 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Thu, 23 Apr 2020 13:08:10 +0200 Subject: [PATCH] Remove hint to post feedback about exhaustive-deps rule The thread is closed and locked. --- packages/eslint-plugin-react-hooks/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/eslint-plugin-react-hooks/README.md b/packages/eslint-plugin-react-hooks/README.md index df8ae344026..480891c72aa 100644 --- a/packages/eslint-plugin-react-hooks/README.md +++ b/packages/eslint-plugin-react-hooks/README.md @@ -49,8 +49,6 @@ Or use the recommended config: Please refer to the [Rules of Hooks](https://reactjs.org/docs/hooks-rules.html) documentation and the [Hooks FAQ](https://reactjs.org/docs/hooks-faq.html#what-exactly-do-the-lint-rules-enforce) to learn more about this rule. -For feedback about the `exhaustive-deps` rule, please post in [this thread](https://github.com/facebook/react/issues/14920). - ## License MIT