Skip to content

Commit

Permalink
Docs: Adding missing ES8 reference to configuring (#7271)
Browse files Browse the repository at this point in the history
* Docs: Adding missing ES8 reference to configuring

* Fixup: Incorporating feedback
  • Loading branch information
platinumazure authored and nzakas committed Sep 30, 2016
1 parent 332d213 commit 4448cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/configuring.md
Expand Up @@ -15,7 +15,7 @@ All of these options give you fine-grained control over how ESLint treats your c

## Specifying Parser Options

ESLint allows you to specify the JavaScript language options you want to support. By default, ESLint supports only ECMAScript 5 syntax. You can override that setting to enable support for ECMAScript 6 and 7 as well as [JSX](http://facebook.github.io/jsx/) by using parser options.
ESLint allows you to specify the JavaScript language options you want to support. By default, ESLint expects ECMAScript 5 syntax. You can override that setting to enable support for other ECMAScript versions as well as JSX by using parser options.

Please note that supporting JSX syntax is not the same as supporting React. React applies specific semantics to JSX syntax that ESLint doesn't recognize. We recommend using [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) if you are using React and want React semantics.

Expand Down

0 comments on commit 4448cec

Please sign in to comment.