Skip to content

Commit 024755d

Browse files
author
Vlad Esin
authored
Update void-dom-elements-no-children.js
1 parent 8adffb3 commit 024755d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/void-dom-elements-no-children.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
type: 'problem',
5454
docs: {
5555
description: 'Prevent passing of children to void DOM elements (e.g. `<br />`).',
56-
category: 'Best Practices',
56+
category: 'Possible Errors',
5757
recommended: false,
5858
url: docsUrl('void-dom-elements-no-children')
5959
},

0 commit comments

Comments
 (0)