Skip to content

Commit 4448cec

Browse files
platinumazurenzakas
authored andcommitted
Docs: Adding missing ES8 reference to configuring (#7271)
* Docs: Adding missing ES8 reference to configuring * Fixup: Incorporating feedback
1 parent 332d213 commit 4448cec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-guide/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All of these options give you fine-grained control over how ESLint treats your c
1515

1616
## Specifying Parser Options
1717

18-
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.
18+
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.
1919

2020
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.
2121

0 commit comments

Comments
 (0)