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

docs: Update built-in support notes in README #398

Merged
merged 2 commits into from
Sep 29, 2016
Merged

Conversation

MethodGrab
Copy link
Contributor

eslint v3.6.0 supports ES2017 features.

eslint v3.6.0 supports ES2017 features

> 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`!

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))!

> 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`)
> 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`, `modules` and async/await).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and async/await isn't a ecmaFeature so it's not needed here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea I just spotted that, I'll fix it now!

eslint v3.6.0 supports ES2017 features
@@ -4,15 +4,15 @@
**babel-eslint** allows you to lint **ALL** valid Babel code with the fantastic
[ESLint](https://github.com/eslint/eslint).

#### 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.
#### 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this sentence should be just 1 but w.e for now

@hzoo hzoo merged commit b10676b into babel:master Sep 29, 2016
@hzoo
Copy link
Member

hzoo commented Sep 29, 2016

💯

@MethodGrab
Copy link
Contributor Author

👍

@MethodGrab MethodGrab deleted the docs branch September 29, 2016 20:26
nicolo-ribaudo pushed a commit to babel/babel that referenced this pull request Nov 14, 2019
… [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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants