Package Exports
- @a11y-shiftleft/react
- @a11y-shiftleft/react/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@a11y-shiftleft/react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@a11y-shiftleft/react
React static accessibility adapter dependency bundle for
a11y-shiftleft-cli.
Install
npm install --save-dev a11y-shiftleft-cli @a11y-shiftleft/react
npx a11y-shiftleft init --framework reactUse
npx a11y-shiftleft check --static --framework react --out reportsThis package installs eslint-plugin-jsx-a11y, which the CLI lazy-loads for
React static checks.
Dynamic axe/Playwright checks still come from a11y-shiftleft-cli.