Commit a18642a
authored
chore(site/.oxlintrc.jsonc): enable oxlint anchor-ambiguous-text rule (#29191)
Enables the `anchor-ambiguous-text` oxlint rule (jsx-a11y), moving it
out of the migration backlog and setting it to `error`.
The codebase already has zero violations, so no code changes were
needed. Verified with `oxlint --deny-warnings` (0 warnings, 0 errors)
and confirmed the rule is active by testing it against a known-bad
`<a>click here</a>` sample.
Per request, the corresponding Biome rule (`a11y/noAmbiguousAnchorText`)
is intentionally left enabled for now so both linters double-check this.
---
_This PR was generated by Coder Agents on behalf of @jeremyruppel._1 parent e6c2ebf commit a18642a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
208 | | - | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments