jsx-eslint / eslint-plugin-jsx-a11y

Static AST checker for a11y rules on JSX elements.
MIT License
3.38k stars 637 forks source link

anchor-has-content and aria-labelledby #974

Open myasonik opened 6 months ago

myasonik commented 6 months ago

Follow up to https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/423

aria-labelledby can similarly label a link (same as aria-label) and should also be added as a valid option

I'm guessing it'd be a small addition, similar to the original PR that fixed 423