Skip to content

Commit

Permalink
Ignore "jsx-a11y/aria-role" for React components (#7393)
Browse files Browse the repository at this point in the history
  • Loading branch information
deftomat authored and ianschmitz committed Aug 12, 2019
1 parent a21e6b1 commit 413e7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/index.js
Expand Up @@ -288,7 +288,7 @@ module.exports = {
'jsx-a11y/aria-activedescendant-has-tabindex': 'warn',
'jsx-a11y/aria-props': 'warn',
'jsx-a11y/aria-proptypes': 'warn',
'jsx-a11y/aria-role': 'warn',
'jsx-a11y/aria-role': ['warn', { ignoreNonDOM: true }],
'jsx-a11y/aria-unsupported-elements': 'warn',
'jsx-a11y/heading-has-content': 'warn',
'jsx-a11y/iframe-has-title': 'warn',
Expand Down

0 comments on commit 413e7c8

Please sign in to comment.