-
-
Notifications
You must be signed in to change notification settings - Fork 488
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(linter): eslint-plugin-jsx-a11y role-support-aria-props #1949
Conversation
crates/oxc_linter/src/rules/jsx_a11y/role_support_aria_props.rs
Outdated
Show resolved
Hide resolved
crates/oxc_linter/src/rules/jsx_a11y/role_support_aria_props.rs
Outdated
Show resolved
Hide resolved
CodSpeed Performance ReportMerging #1949 will improve performances by 7.48%Comparing Summary
Benchmarks breakdown
|
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.
Thank you!
I reverted the change. I didn't notice there is a change to the test suite which breaks main 😅 |
Yes, sir. Sorry, I didn't mean to be so blunt! I didn't expect to destroy main’s test either. May I modify it and submit the PR again? |
…ject#1949) ## Summary partof: oxc-project#1141 I re-implemented role-support-aria-props rule for jsx_a11y. originals: - docs: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/role-supports-aria-props.md - code: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/src/rules/role-supports-aria-props.js - test: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/__tests__/src/rules/role-supports-aria-props-test.js
Summary
partof: #1141
I re-implemented role-support-aria-props rule for jsx_a11y.
originals: