-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: Support ESLint 7.x #30
Conversation
@mysticatea If you can point me into the right direction for what's wrong, I'm happy to make CI pass 🙂 |
Thank you for your contribution.
|
986ce64
to
00ecd38
Compare
@mysticatea I've updated tests to pass CI. Hopefully you can help me into the right direction on this one 🙂 |
Hi, please don't change tests. See #30 (comment) |
This reverts commit 30121f7
@mysticatea I think I'm going into the right direction, but still have some failures. |
The problem is, I guess, the range of |
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, thank you very much!
Currently I'm on mobile, so I will merge this later.
Would be awesome to get this one merged 👊 Happy to help out on the other ones too 🙂 |
@mysticatea Any idea when this will be released? 🤔 |
ESLint v7.0.0 is released 🎉
(dev)Dependencies should be compatible with ESLint 7 too before we can merge this one:
@mysticatea/eslint-plugin
(Support ESLint 7.x eslint-plugin#28)Closes #29