Skip to content

Commit 485a104

Browse files
committed
adds to react preset
1 parent ce88c19 commit 485a104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/configs/react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
'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
1212
'github/a11y-aria-label-is-well-formatted': 'error',
1313
'github/a11y-no-visually-hidden-interactive-element': 'error',
14+
'github/a11y-svg-has-accessible-name': 'error',
1415
'github/role-supports-aria-props': 'error',
1516
'jsx-a11y/no-aria-hidden-on-focusable': 'error',
1617
'jsx-a11y/no-autofocus': 'off',

0 commit comments

Comments
 (0)