eslint-plugin-jsx-a11y icon indicating copy to clipboard operation
eslint-plugin-jsx-a11y copied to clipboard

Static AST checker for a11y rules on JSX elements.

Results 130 eslint-plugin-jsx-a11y issues
Sort by recently updated
recently updated
newest added

The `anchor-has-content` rule is throwing an error even though the anchor in question clearly has content. This is happening on nearly all links that have hard-coded content. The only way...

I have .ts services/data store files in my React projects where I'm receiving complaints about the above linting errors. I literally cannot fix those issues to the satisfaction of ESLint,...

The custom components update is great! I'm already gaining a ton of benefit by slowly adding the custom components in my project to the settings and getting all the eslint...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

I implemented `ambiguous-anchor-text` in #873, which uses a new util `getAccessibleChildText` to determine what counts as screenreader-accessible text inside an anchor tag. However, I think there are extra cases that...

`react-bootstrap` has a `Button` component that renders as an button-styled anchor when `href` is supplied. I've just seen `` in a codebase, but `href="#"` does effectively nothing useful here. Is...

Hi, I'm using image props with an interface as below and eslint is showing a warning `Image elements must have an alt prop, either with meaningful text, or an empty...

bug
help wanted

Hi team. I'd like to propose a rule that flags when `aria-hidden="true'` is set on focusable elements or on elements with descendants that are focusable. The rationale is that `aria-hidden`...