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

Fix ESLint 5 deprecation warning #49

Merged
merged 1 commit into from
Aug 28, 2018
Merged

Conversation

jackytck
Copy link
Contributor

@jackytck jackytck commented Jun 27, 2018

Fix ESLint 5 deprecation warning of experimentalObjectRestSpread. Fixed #48

@thecotne
Copy link

fixes #48 (right?)

@thecotne
Copy link

thecotne commented Jul 7, 2018

@standard ping

Copy link

@nstrelow nstrelow left a comment

Choose a reason for hiding this comment

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

LGTM
and why can I approve this?

@nstrelow
Copy link

@standard @feross Please review and merge this, thanks 😁

Copy link

@bandreias bandreias left a comment

Choose a reason for hiding this comment

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

woop woop, works just great!

Copy link
Member

@feross feross left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -1,8 +1,7 @@
{
"parserOptions": {
"ecmaVersion": 8,
"ecmaVersion": 9,
Copy link

Choose a reason for hiding this comment

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

Hi, we are also having this warning and our ecmaVersion is 7, while you upgrade from 8 to 9.

Is this what we also want upgrade to v9?>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
8 participants