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 (see [issue #9662](https://github.com/eslint/eslint/issues/9662)).