eslint-plugin-jsx-a11y@6.10.2
// Static AST checker for accessibility rules on JSX elements.
$ npm install eslint-plugin-jsx-a11y
downloads/wk
40,931,400
license
MIT
version
6.10.2
published
Oct 26, 2024
What is eslint-plugin-jsx-a11y?
eslint-plugin-jsx-a11y is an ESLint plugin that analyzes JSX code to catch accessibility issues before they reach production. It enforces accessibility best practices on React components by statically checking your code for common problems like missing alt text, improper ARIA attributes, and keyboard navigation issues. Developers use it to ensure their applications are accessible to users with disabilities and meet web accessibility standards.
Links
Keywords
Dependencies (15)
Maintainers
ljharb, lencioni, jessebeach, evcohen