Skip to content

Latest commit

 

History

History
10 lines (3 loc) · 634 Bytes

eslint-plugin-jsx-a11y.md

File metadata and controls

10 lines (3 loc) · 634 Bytes

eslint-plugin-jsx-a11y

Have you heard about eslint-plugin-jsx-a11y plugin? It’s a fast way to make your life easier. Just install it and add it to your package.json file and .eslintrc configuration. The plugin will check the most popular accessibility rules (and your own if you define them) and highlight problems directly in your code editor. More about the tool and its configuration you can read here: https://www.npmjs.com/package/eslint-plugin-jsx-a11y.

Example of mistake found by eslint-plugin-jsx-a11y