oxc
oxc copied to clipboard
feat(linter): eslint-plugin-jsx-a11y aria-proptypes
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.