Skip to content

Commit c7bb1f5

Browse files
damanwiththeplanmichalsnik
authored andcommitted
Update html-closing-bracket-newline.md (#508)
Example was not correct
1 parent 1c5604a commit c7bb1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/rules/html-closing-bracket-newline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This rule enforces a line break (or no line break) before tag's closing brackets
2222

2323
```json
2424
{
25-
"html-closing-bracket-newline": ["error", {
25+
"vue/html-closing-bracket-newline": ["error", {
2626
"singleline": "never",
2727
"multiline": "never"
2828
}]

0 commit comments

Comments
 (0)