From 3ac81a57fbb7bd272f62444820c0451e0b344408 Mon Sep 17 00:00:00 2001 From: Tao Date: Thu, 9 Jan 2020 13:47:05 -0800 Subject: [PATCH] Update create-react-app note for eslint-plugin-react-hooks (#16982) eslint-plugin-react-hooks was added in react-scripts 3.0.0 --- packages/eslint-plugin-react-hooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin-react-hooks/README.md b/packages/eslint-plugin-react-hooks/README.md index 2fc149a7e3..bda6fe8fdc 100644 --- a/packages/eslint-plugin-react-hooks/README.md +++ b/packages/eslint-plugin-react-hooks/README.md @@ -6,7 +6,7 @@ It is a part of the [Hooks API](https://reactjs.org/docs/hooks-intro.html) for R ## Installation -**Note: If you're using Create React App, please wait for a corresponding release of `react-scripts` that includes this rule instead of adding it directly.** +**Note: If you're using Create React App, please use `react-scripts` >= 3 instead of adding it directly.** Assuming you already have ESLint installed, run: