Skip to content

Commit

Permalink
Update lib/configs/react.js
Browse files Browse the repository at this point in the history
Co-authored-by: Joyce Zhu <joycezhu@github.com>
  • Loading branch information
khiga8 and JoyceZhu authored Feb 3, 2025
1 parent 9e465e8 commit e5b0378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configs/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
nav: ['navigation'], // default in eslint-plugin-jsx-a11y
tbody: ['rowgroup'],
thead: ['rowgroup'],
ul: ['list'], // In webkit, setting list-style-type: none results in semantics being removed. Need for explicit role.
ul: ['list'], // In webkit, setting list-style-type: none results in semantics being removed. Need explicit role.
},
],
},
Expand Down

0 comments on commit e5b0378

Please sign in to comment.