We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de1c8d commit 381ba11Copy full SHA for 381ba11
lib/rules/void-dom-elements-no-children.js
@@ -52,7 +52,7 @@ module.exports = {
52
type: 'problem',
53
docs: {
54
description: 'Prevent passing of children to void DOM elements (e.g. `<br />`).',
55
- category: 'Best Practices',
+ category: 'Possible Errors',
56
recommended: false,
57
url: docsUrl('void-dom-elements-no-children'),
58
},
0 commit comments