Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

bae-unidev
Copy link
Contributor

http://jshint.com/docs/options/#esversion

esnext
Warning This option has been deprecated and will be removed in the next major release of JSHint. Use esversion: 6 instead.


// Allow ES6.
"esnext": true,
"esversion": 6,
Copy link
Collaborator

Choose a reason for hiding this comment

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

does jshint support ES7 yet? (specifically **)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not yet. jshint does not support ES7.

@ljharb
Copy link
Collaborator

ljharb commented Apr 19, 2016

If you rebase this on latest master, the tests should be passing.

Thanks for the contribution! LGTM pending the ES6 vs ES7 question.

@bae-unidev
Copy link
Contributor Author

@ljharb Sorry. completed.

@ljharb
Copy link
Collaborator

ljharb commented Apr 19, 2016

@bae-unidev thanks! It's still a commit behind but I'll merge it as-is if you'd rather not rebase it again.

@bae-unidev
Copy link
Contributor Author

👍

@ljharb ljharb merged commit bdbecf2 into airbnb:master Apr 19, 2016
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.

2 participants