8000 fix(linter): fix `jsx-a11y/label-has-associated-control)` default values by Sysix · Pull Request #11832 · oxc-project/oxc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(linter): fix jsx-a11y/label-has-associated-control) default values #11832

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sysix
Copy link
8000 Member
@Sysix Sysix commented Jun 20, 2025

LabelHasAssociatedControl.from_configuration never got called.
Only the LabelHasAssociatedControlConfig::default().

closes #11644

@github-actions github-actions bot added A-linter Area - Linter A-cli Area - CLI C-bug Category - Bug labels Jun 20, 2025
Copy link
Member Author
Sysix commented Jun 20, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Sysix Sysix marked this pull request as ready for review June 20, 2025 12:55
@Sysix Sysix requested a review from camc314 as a code owner June 20, 2025 12:55
"typescript/no-non-null-assertion": 0,
"unicorn/filename-case": [2, { "case": "kebabCase" }],
"unicorn/no-nested-ternary": 0,
// "jsx-a11y/label-has-associated-control": ["warn", { "depth": 0}]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In main: setting to "warn" or "error" for this rule, will remove the diagnostics. Keeping it out commented will report it

Copy link
codspeed-hq bot commented Jun 20, 2025

CodSpeed Instrumentation Performance Report

Merging #11832 will not alter performance

Comparing 06-20-fix_linter_fix_jsx-a11y_label-has-associated-control_default_values (072d17c) with main (a3f565c)

Summary

✅ 38 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Area - CLI A-linter Area - Linter C-bug Category - Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

linter: eslint-plugin-jsx-a11y(label-has-associated-control)
1 participant
0