-
Notifications
You must be signed in to change notification settings - Fork 133
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
Bump eslint version #170
Bump eslint version #170
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.
Looks good to me!
Do note that v8 of eslint does not support Node.js version 10.
https://eslint.org/docs/8.0.0/user-guide/migrating-to-8.0.0
I know it. That is another check to do. Even node is not supporting 10.x, and semantic release needs 14.x. The ideal? Drop support to everything that is less than 14, because is the current LTS until 16. Then, support both |
Dropping support up until 14 is probably the best for the next version. |
I think this will be the proper way |
Resolves #168