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 ca32268 commit e2d8376Copy full SHA for e2d8376
lib/configs/react.js
@@ -8,6 +8,8 @@ module.exports = {
8
plugins: ['github', 'jsx-a11y'],
9
extends: ['plugin:jsx-a11y/recommended'],
10
rules: {
11
- 'github/a11y-no-generic-link-text': 'error'
+ 'github/a11y-no-generic-link-text': 'error',
12
+ 'github/role-supports-aria-props': 'error',
13
+ 'jsx-a11y/role-supports-aria-props': 'off'
14
}
15
0 commit comments