Skip to content

Commit

Permalink
Update 2017-11-28-react-v16.2.0-fragment-support.md
Browse files Browse the repository at this point in the history
fix typo in instructions, link to eslint issue.
  • Loading branch information
modosc authored Nov 30, 2017
1 parent c9e4a8f commit dcbfae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/2017-11-28-react-v16.2.0-fragment-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,15 @@ yarn upgrade [email protected] 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"
```
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
Expand Down

0 comments on commit dcbfae5

Please sign in to comment.