Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ES7 out of the box #639

Closed
feross opened this issue Sep 26, 2016 · 1 comment

Comments

@feross
Copy link
Member

commented Sep 26, 2016

ESLint now supports ES7 out of the box. Let's ship that in standard so babel-eslint will no longer be required for standard to parse new language features.

"parserOptions": {
  "ecmaVersion": 7
}
@feross

This comment has been minimized.

Copy link
Member Author

commented Sep 26, 2016

Released as 8.2.0.

@feross feross closed this Sep 26, 2016

feross added a commit that referenced this issue Sep 26, 2016

feross added a commit that referenced this issue Sep 26, 2016

@feross feross added enhancement and removed enhancement labels May 10, 2018

@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
1 participant
You can’t perform that action at this time.