We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f66999 commit dcf5bd3Copy full SHA for dcf5bd3
configurations/html/rules/best-practice.js
@@ -22,8 +22,9 @@ module.exports = {
22
23
// Require use of closing tag (autofixable for `void` elements)
24
// https://yeonjuan.github.io/html-eslint/docs/rules/require-closing-tags
25
- '+@html-eslint/require-closing-tags': ['error', {
+ '+@html-eslint/require-closing-tags': ['warn', {
26
selfClosing: 'always',
27
+ allowSelfClosingCustom: true,
28
}],
29
30
// Enforce to use `<meta charset="...">` in the `<head></head>`
0 commit comments