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 0b86a4e commit 1c5604aCopy full SHA for 1c5604a
docs/rules/html-closing-bracket-spacing.md
@@ -15,7 +15,7 @@ This rule has options.
15
16
```json
17
{
18
- "html-closing-bracket-spacing": ["error", {
+ "vue/html-closing-bracket-spacing": ["error", {
19
"startTag": "always" | "never",
20
"endTag": "always" | "never",
21
"selfClosingTag": "always" | "never"
0 commit comments