Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit b10676b

Browse files
MethodGrabhzoo
authored andcommitted
docs: Update built-in support notes in README (#398) [skip ci]
* docs: Update built-in support notes in README eslint v3.6.0 supports ES2017 features * docs: Update built-in support notes in README eslint v3.6.0 supports ES2017 features
1 parent f82b121 commit b10676b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
**babel-eslint** allows you to lint **ALL** valid Babel code with the fantastic
55
[ESLint](https://github.com/eslint/eslint).
66

7-
#### Note: You don't need to use babel-eslint if you are only using ES6/ES2015. ESLint actually supports ES6/ES7, JSX, and object rest/spread by default now.
7+
#### Note: You don't need to use babel-eslint if you are using ES2015 (ES6), ES2016 (ES7) or ES2017 (ES8). ESLint actually supports ES2015/ES2016/ES2017, JSX, and object rest/spread by default now.
88

9-
##### At the moment, you'll need it if you use stuff like class properties, decorators, async/await, types.
9+
##### At the moment, you'll need it if you use stuff like class properties, decorators, types.
1010

1111
> If there is an issue, first check if it can be reproduced with the regular parser or with the latest versions of `eslint` and `babel-eslint`!
1212
1313
For questions and support please visit the [`#linting`](https://babeljs.slack.com/messages/linting/) babel slack channel (sign up [here](https://babel-slack.herokuapp.com))!
1414

15-
> Note that the `ecmaFeatures` config property may still be required for ESLint to work properly with features not in ECMAScript 5 by default. Examples are `globalReturn` and `modules`)
15+
> Note that the `ecmaFeatures` config property may still be required for ESLint to work properly with features not in ECMAScript 5 by default. Examples are `globalReturn` and `modules`).
1616
1717
## Known Issues
1818

0 commit comments

Comments
 (0)