Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: enable oxlint media-has-caption rule - #29249

Merged
jeremyruppel merged 1 commit into
mainfrom
feat/oxlint-media-has-caption
Sep 11, 2026
Merged

chore: enable oxlint media-has-caption rule#29249
jeremyruppel merged 1 commit into
mainfrom
feat/oxlint-media-has-caption

Conversation

@jeremyruppel

Copy link
Copy Markdown
Contributor

Enables the jsx-a11y/media-has-caption rule in oxlint, removing it from the migration backlog in site/.oxlintrc.jsonc.

Following the backlog workflow, oxlint becomes the sole enforcer: Biome's useMediaCaption is turned off, and the one existing suppression in VideoLightbox.tsx is migrated from a biome-ignore to an oxlint-disable comment. That <video> is a screen recording with no caption track, so the suppression is retained with the same justification.

pnpm run lint:oxlint and pnpm run lint:check both pass.

Note

This PR was generated by Coder Agents.

Enable the jsx-a11y media-has-caption rule in oxlint and make oxlint the
sole enforcer by turning off Biome's useMediaCaption. Migrate the one
existing suppression from a biome-ignore to an oxlint-disable comment.
@jeremyruppel
jeremyruppel marked this pull request as ready for review September 11, 2026 20:44
@jeremyruppel
jeremyruppel merged commit 4fd6c7e into main Sep 11, 2026
53 of 54 checks passed
@jeremyruppel
jeremyruppel deleted the feat/oxlint-media-has-caption branch September 11, 2026 20:51
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants