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

misc(eslint): update to es2017 to allow async/await #4791

Merged
merged 1 commit into from
Mar 17, 2018
Merged

Conversation

paulirish
Copy link
Member

No description provided.

Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

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

LGTM

@paulirish paulirish merged commit 370c242 into master Mar 17, 2018
@@ -68,7 +68,7 @@ module.exports = {
'arrow-parens': 0,
},
parserOptions: {
ecmaVersion: 6,
ecmaVersion: 2017,
Copy link
Collaborator

Choose a reason for hiding this comment

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

how about 8 to keep easier with our node version :)

@paulirish paulirish deleted the eslint2017 branch March 17, 2018 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants