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