-
Notifications
You must be signed in to change notification settings - Fork 15
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(plugin-eslint): add support for custom groups #925
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.
Really looking forward to this feature 🚀
Implementation overall looks good and is very well tested 👍
Left a few suggestions.
0395ac3
to
de1a63e
Compare
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared target commit 0101cfe with source commit b230a3d. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👎 3 groups regressed, 👍 1 audit improved, 👎 11 audits regressed, 10 audits changed without impacting score🗃️ Groups
15 other groups are unchanged. 🛡️ Audits
574 other audits are unchanged. |
de1a63e
to
08e02e9
Compare
Closes #897
This PR introduces support for custom groups in the ESLint plugin, enabling users to define and categorize ESLint rules with custom weights and configurations.