From dcbfae504355b30c32d1b842d45735c5d58507e6 Mon Sep 17 00:00:00 2001 From: jonathan schatz Date: Thu, 30 Nov 2017 13:52:23 -0800 Subject: [PATCH] Update 2017-11-28-react-v16.2.0-fragment-support.md fix typo in instructions, link to eslint issue. --- content/blog/2017-11-28-react-v16.2.0-fragment-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2017-11-28-react-v16.2.0-fragment-support.md b/content/blog/2017-11-28-react-v16.2.0-fragment-support.md index ffb3ebf2..69c99745 100644 --- a/content/blog/2017-11-28-react-v16.2.0-fragment-support.md +++ b/content/blog/2017-11-28-react-v16.2.0-fragment-support.md @@ -247,7 +247,7 @@ yarn upgrade eslint@3.x babel-eslint@7 npm update eslint@3.x babel-eslint@7 ``` -Ensure you have the following line inside your `.babelrc`: +Ensure you have the following line inside your `.eslintrc`: ```json "parser": "babel-eslint" @@ -255,7 +255,7 @@ Ensure you have the following line inside your `.babelrc`: That's it! -Note that `babel-eslint` is not officially supported by ESLint. We'll be looking into adding support for fragments to ESLint 4.x itself in the coming weeks. +Note that `babel-eslint` is not officially supported by ESLint. We'll be looking into adding support for fragments to ESLint 4.x itself in the coming weeks (issue is [here](https://github.com/eslint/eslint/issues/9662)). ### Editor Support