From 4908a2f5779ee0e67ab8348457391894361fe070 Mon Sep 17 00:00:00 2001 From: Gergely Pap Date: Wed, 1 Jan 2020 16:06:31 +0100 Subject: [PATCH] Update hooks-rules.md (#2647) Updated information on ESLint plugin being included in Create React App. --- content/docs/hooks-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/hooks-rules.md b/content/docs/hooks-rules.md index 625d1e4d..dee3d9ff 100644 --- a/content/docs/hooks-rules.md +++ b/content/docs/hooks-rules.md @@ -46,7 +46,7 @@ npm install eslint-plugin-react-hooks --save-dev } ``` -In the future, we intend to include this plugin by default into Create React App and similar toolkits. +This plugin is included by default in [Create React App](/docs/create-a-new-react-app.html#create-react-app). **You can skip to the next page explaining how to write [your own Hooks](/docs/hooks-custom.html) now.** On this page, we'll continue by explaining the reasoning behind these rules.