Skip to content

Commit

Permalink
Provide exception for rowgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Jun 4, 2024
1 parent 948bc6a commit ec76d1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/configs/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,13 @@ module.exports = {
fieldset: ['radiogroup', 'presentation'],
},
],
'jsx-a11y/no-redundant-roles': [
'error',
{
nav: ['navigation'], // default in eslint-plugin-jsx-a11y
tbody: ['rowgroup'],
thead: ['rowgroup'],
},
],
},
}

0 comments on commit ec76d1c

Please sign in to comment.