We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21e6b1 commit 413e7c8Copy full SHA for 413e7c8
packages/eslint-config-react-app/index.js
@@ -288,7 +288,7 @@ module.exports = {
288
'jsx-a11y/aria-activedescendant-has-tabindex': 'warn',
289
'jsx-a11y/aria-props': 'warn',
290
'jsx-a11y/aria-proptypes': 'warn',
291
- 'jsx-a11y/aria-role': 'warn',
+ 'jsx-a11y/aria-role': ['warn', { ignoreNonDOM: true }],
292
'jsx-a11y/aria-unsupported-elements': 'warn',
293
'jsx-a11y/heading-has-content': 'warn',
294
'jsx-a11y/iframe-has-title': 'warn',
0 commit comments