-
-
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
fix: don't add rules if they're not available #43
Conversation
fd2eb56
to
97bb2e2
Compare
Codecov ReportBase: 97.17% // Head: 97.18% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #43 +/- ##
==========================================
+ Coverage 97.17% 97.18% +0.01%
==========================================
Files 39 39
Lines 389 391 +2
==========================================
+ Hits 378 380 +2
Misses 11 11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
97bb2e2
to
c49a93c
Compare
b10736f
to
a45a390
Compare
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!
a45a390
to
8ed466a
Compare
8ed466a
to
24c49a6
Compare
🎉 This PR is included in version 15.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
These rules were added in #28, but are throwing an error if we use ESLint v6
https://github.com/eslint-community/eslint-plugin-mysticatea/actions/runs/3465932690/jobs/5789231340
I also disabled all rules, as it was against our semver policy to add new potential errors in a minor release