We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570ca64 commit 9e465e8Copy full SHA for 9e465e8
lib/configs/react.js
@@ -36,7 +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.
+ ul: ['list'], // In webkit, setting list-style-type: none results in semantics being removed. Need for explicit role.
40
},
41
],
42
0 commit comments