From 2692b19e05c6034dff2b995743e89d231a599e0d Mon Sep 17 00:00:00 2001 From: Lukas Werfel Date: Mon, 24 Dec 2018 16:22:38 +0100 Subject: [PATCH] Update eslint instructions in docs Add a note that it will work in IDE with 2.0.3 and later --- docusaurus/docs/setting-up-your-editor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus/docs/setting-up-your-editor.md b/docusaurus/docs/setting-up-your-editor.md index 8fb0f92041a..92bbee8ccc9 100644 --- a/docusaurus/docs/setting-up-your-editor.md +++ b/docusaurus/docs/setting-up-your-editor.md @@ -13,6 +13,7 @@ To configure the syntax highlighting in your favorite text editor, head to the [ ## Displaying Lint Output in the Editor > Note: this feature is available with `react-scripts@0.2.0` and higher.
+> It works out of the box for newly created projects with `react-scripts@2.0.3` and higher.
> It also only works with npm 3 or higher. Some editors, including Sublime Text, Atom, and Visual Studio Code, provide plugins for ESLint.