-
Notifications
You must be signed in to change notification settings - Fork 118
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
Upgrade to ESLint 6 #235
Upgrade to ESLint 6 #235
Conversation
Tests are now passing on CI. |
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.
It would be helpful if you update CHANGELOG.md
in this PR. We can do it later, though.
I've fixed the Thanks for the invitation (and your mention of my work on |
Sure. I appreciate your kind response! For now I’m merging this and will publish a new version by myself. |
To upgrade to eslint 6 the following had to be changed:
.travis.yml
to only run for Node>=8.10.0
.linter.options.ignore
->linter.isPathIgnored(filePath)