From cd807e74e3a8e1c0cd8f94c7b7a650d2397b07d3 Mon Sep 17 00:00:00 2001 From: Tao Date: Tue, 1 Oct 2019 20:27:54 -0700 Subject: [PATCH] Update create-react-app note 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 2fc149a7e35a9..bda6fe8fdc83a 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: