Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(linter): eslint-plugin-jsx-a11y aria-proptypes #1810

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

poteboy
Copy link
Contributor

@poteboy poteboy commented Dec 25, 2023

This PR is a work in progress for implementing the aria-proptypes rule as defined in the eslint-plugin-jsx-a11y, associated with issue #1141.

The current implementation checks JSX attributes against ARIA property definitions but struggles with static analysis when unary operators are used in prop values.

@github-actions github-actions bot added the A-linter Area - Linter label Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linter Area - Linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant