-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Breaking: drop Node v8 support #429
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion, LGTM either way.
Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@kaicataldo I noticed few TODOs which were blocking cause of node < 8 . like [ |
Do you mind clarifying what you mean? Did you mean to link something? |
sorry , forgot to add the link. here is the link |
@anikethsaha we can handle that separately as it doesn’t block this PR. |
Now that Node v8 is no longer being supported (and we're dropping support in ESLint core), it seems prudent to also drop support in Espree.
Questions:
Have I missed anything?