Skip to content

Commit 7a5567b

Browse files
authored
Merge pull request #715 from github/alaingoga/714-adding-jsxA11y-plugin-support-back
714 - Adding jsxA11y plugin support back
2 parents 3611a16 + fa8eeb1 commit 7a5567b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/configs/flat/react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default {
1414
},
1515
plugins: {github: fixupPluginRules(github), 'jsx-a11y': jsxA11yPlugin},
1616
rules: {
17+
...jsxA11yPlugin.flatConfigs.recommended.rules,
1718
'jsx-a11y/role-supports-aria-props': 'off', // Override with github/a11y-role-supports-aria-props until https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/910 is resolved
1819
'github/a11y-aria-label-is-well-formatted': 'error',
1920
'github/a11y-no-visually-hidden-interactive-element': 'error',

0 commit comments

Comments
 (0)