We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c7b84 commit 05c3bb0Copy full SHA for 05c3bb0
packages/eslint-config-airbnb/rules/react-a11y.js
@@ -17,7 +17,7 @@ module.exports = {
17
18
// Require ARIA roles to be valid and non-abstract
19
// https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-role.md
20
- 'jsx-a11y/aria-role': ['error', { ignoreNonDom: false }],
+ 'jsx-a11y/aria-role': ['error', { ignoreNonDOM: false }],
21
22
// Enforce all aria-* props are valid.
23
// https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/aria-props.md
0 commit comments