Skip to content

Commit

Permalink
Merge pull request #442 from github/kh-turn-auto-focus-off
Browse files Browse the repository at this point in the history
Update react.js to turn `jsx-a11y/no-autofocus` off
  • Loading branch information
khiga8 committed May 31, 2023
2 parents 8dfe7e5 + b8b718b commit dad26dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/configs/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'github/a11y-aria-label-is-well-formatted': 'error',
'github/role-supports-aria-props': 'error',
'jsx-a11y/no-aria-hidden-on-focusable': 'error',
'jsx-a11y/no-autofocus': 'off',
'jsx-a11y/anchor-ambiguous-text': [
'error',
{
Expand Down

0 comments on commit dad26dc

Please sign in to comment.