eslint-plugin-fluentui-jsx-a11y icon indicating copy to clipboard operation
eslint-plugin-fluentui-jsx-a11y copied to clipboard

ESLint rules for accessibility against FluentUI v9 components.

Results 18 eslint-plugin-fluentui-jsx-a11y issues
Sort by recently updated
recently updated
newest added

We want all the exported rules in `lib/rules/index.ts` to be listed in alphabetical order. The task is to figure out how to configure prettier or to use another plugin to...

We want all of the object keys in `lib/index.ts` to be in alphabetical order. Is there a way to configure prettier to do that or is there another lint plugin?

https://react.fluentui.dev/?path=/docs/components-rating--docs

We need to include p,div,span,headings,labels lib/util/labelUtils.js

Overloading aria-describedby with Multiple Descriptions Misuse Example: Providing excessive or overly detailed descriptions. ``` Submit Submit the form Ensure all fields are filled out You will receive a confirmation email...

Many components have the same underlying base component e.g. button-based or input-baased. These could be moved into a shared directory.

Hi @aubreyquinn, First of all, thank you for your amazing work on this project! I recently encountered an issue with the ESLint plugin when using or in my code. Here...