We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2cbb6 commit 570ca64Copy full SHA for 570ca64
lib/configs/react.js
@@ -36,6 +36,7 @@ module.exports = {
36
nav: ['navigation'], // default in eslint-plugin-jsx-a11y
37
tbody: ['rowgroup'],
38
thead: ['rowgroup'],
39
+ ul: ['list'] // In webkit, setting list-style-type: none results in semantics being removed. Need for explicit role.
40
},
41
],
42
0 commit comments