-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #28
Conversation
We should probably merge from the alpha branch into this PR. |
7fec012
to
46db14d
Compare
46db14d
to
ad698cb
Compare
🎉 This PR is included in version 15.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@@ -27,6 +27,7 @@ module.exports = { | |||
"consistent-return": "error", | |||
curly: "error", | |||
"default-case": "error", | |||
"default-case-last": "error", |
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.
@eslint-community/mysticatea-eslint-plugin Adding these as 'error'
was a breaking change, no?
We also support v6 with this plugin & people using v6 won't have these rules so ESLint will throw I think 🤔
Re-submission of mysticatea#29