From fa31b131ea479893eeee1d4b2eabd85251b6bc5d Mon Sep 17 00:00:00 2001 From: Sid Sarasvati Date: Thu, 4 Aug 2016 22:05:34 -0400 Subject: [PATCH] Update README.md Update README.md to list emacs in the list of editors with on the fly linting. --- template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/README.md b/template/README.md index 441953eef6..aa9721cb4d 100644 --- a/template/README.md +++ b/template/README.md @@ -115,7 +115,7 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm >Note: this feature is available with `react-scripts@0.2.0` and higher. -Some editors, including Sublime Text, Atom, and Visual Studio Code, provide plugins for ESLint. +Some editors, including [Emacs](http://codewinds.com/blog/2015-04-02-emacs-flycheck-eslint-jsx.html), Sublime Text, Atom, and Visual Studio Code, provide plugins for ESLint. They are not required for linting. You should see the linter output right in your terminal as well as the browser console. However, if you prefer the lint results to appear right in your editor, there are some extra steps you can do.