| @@ -10,7 +10,7 @@ module.exports = { |
|
|
| 10 |
10 |
rules: { |
| 11 |
11 |
'jsx-a11y/role-supports-aria-props': 'off', // Override with github/role-supports-aria-props until https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/910 is resolved |
| 12 |
12 |
'github/a11y-aria-label-is-well-formatted': 'error', |
| 13 |
|
-'github/role-supports-aria-props': 'error', |
|
13 |
+'github/a11y-role-supports-aria-props': 'error', |
| 14 |
14 |
'jsx-a11y/no-aria-hidden-on-focusable': 'error', |
| 15 |
15 |
'jsx-a11y/no-autofocus': 'off', |
| 16 |
16 |
'jsx-a11y/anchor-ambiguous-text': [ |