oxc icon indicating copy to clipboard operation
oxc copied to clipboard

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

Open poteboy opened this issue 1 year ago • 0 comments

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.

poteboy avatar Dec 25 '23 07:12 poteboy