fix: remove unsupported jsx-a11y/no-noninteractive-element-interactions rule#114
Open
Mergemat wants to merge 1 commit intomillionco:mainfrom
Open
fix: remove unsupported jsx-a11y/no-noninteractive-element-interactions rule#114Mergemat wants to merge 1 commit intomillionco:mainfrom
Mergemat wants to merge 1 commit intomillionco:mainfrom
Conversation
…ns rule oxlint does not implement this rule, causing lint checks to fail with: 'Rule no-noninteractive-element-interactions not found in plugin jsx_a11y' This breaks scoring for all users since v0.0.26+. Closes millionco#113
|
@Mergemat is attempting to deploy a commit to the Million Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes
jsx-a11y/no-noninteractive-element-interactionsfrom the oxlint config. This rule is not implemented in oxlint, causing all lint checks to fail with:This has been breaking lint scoring for all users since v0.0.26+.
Closes #113
Note
Low Risk
Low risk: a single linter configuration rule is removed, reducing strictness slightly but avoiding oxlint config parse failures.
Overview
Stops
oxlintfrom failing to load the generated config by removing the unsupported rulejsx-a11y/no-noninteractive-element-interactionsfrompackages/react-doctor/src/oxlint-config.ts.This unblocks lint checks for users while leaving the rest of the
jsx-a11yruleset unchanged.Written by Cursor Bugbot for commit 1facf3c. This will update automatically on new commits. Configure here.