-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
remove deprecated eslint rules #42654
remove deprecated eslint rules #42654
Conversation
their replacements are already added (es5.js no-unsafe-negation) or are enabled by default already (jsx-11y label-has-associated-control)
👋 Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @kkmuffme! In case you missed it, we'd love to have you join us in our Slack community, where we hold regularly weekly meetings open to anyone to coordinate with each other. If you want to learn more about WordPress development in general, check out the Core Handbook full of helpful information. |
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.
Great catch, thank you for the fix.
Congratulations on your first merged pull request, @kkmuffme! We'd like to credit you for your contribution in the post announcing the next WordPress release, but we can't find a WordPress.org profile associated with your GitHub account. When you have a moment, visit the following URL and click "link your GitHub account" under "GitHub Username" to link your accounts: https://profiles.wordpress.org/me/profile/edit/ And if you don't have a WordPress.org account, you can create one on this page: https://login.wordpress.org/register Kudos! |
Worth noting the configuration of the new Will create a follow-up. |
Definitely. But since that old rule was deprecated for a while now, and the new rule |
@kkmuffme While collecting props and credits for 6.1, it seems you are one of a few dozen folks that have not connected their WordPress.org account to their GitHub profile. Could you share your WordPress.org account so that we can ensure you're properly credited on the About page for WordPress 6.1? Connecting your accounts will also help those collecting this in the future. Thanks in advance! |
Please credit me with my Github username thx. |
@kkmuffme Unfortunately the way attribution is given for WordPress releases is strictly through wordpress.org accounts. The credits API does not differentiate between credit sources (ie. GitHub, wordpress.org, etc.). It looks like the same username is unregistered on wordpress.org if you'd like to just use the same username. |
Thanks, created the account now and linked it to the Github account. |
their replacements are already added (es5.js no-unsafe-negation) or are enabled by default already (jsx-11y label-has-associated-control)
What?
Remove deprecated eslint rules
Why?
Bc they're deprecated
How?
Remove code from config
Testing Instructions
Run eslint with the given config. There is no change in output, since eslint silently ignored the rules already.