Skip to content

Commit 6981192

Browse files
committed
docs: update language-options.md
1 parent 0fab734 commit 6981192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/use/configure/language-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ If you are using the built-in ESLint parser, you can additionally change how ESL
4343

4444
* `allowReserved` - allow the use of reserved words as identifiers (if `ecmaVersion` is `3`).
4545
* `ecmaFeatures` - an object indicating which additional language features you'd like to use:
46-
* `globalReturn` - allow `return` statements in the global scope
47-
* `impliedStrict` - enable global [strict mode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode) (if `ecmaVersion` is `5` or greater)
48-
* `jsx` - enable [JSX](https://facebook.github.io/jsx/)
46+
* `globalReturn` - allow `return` statements in the global scope.
47+
* `impliedStrict` - enable global [strict mode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode) (if `ecmaVersion` is `5` or greater).
48+
* `jsx` - enable [JSX](https://facebook.github.io/jsx/).
4949

5050
Here's an example [configuration file](./configuration-files#configuration-file) that enables JSX parsing in the default parser:
5151

0 commit comments

Comments
 (0)