Ignore "jsx-a11y/aria-role" for React components (#7393)

This commit is contained in:
Tomáš Szabo
2019-08-12 17:37:17 +02:00
committed by Ian Schmitz
parent a21e6b1d17
commit 413e7c8fd6

View File

@@ -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',