You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/html-closing-bracket-spacing.md
+48-60Lines changed: 48 additions & 60 deletions
Original file line number
Diff line number
Diff line change
@@ -3,24 +3,41 @@
3
3
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
4
4
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
5
5
6
-
This rule enforces consistent spacing style before closing brackets `>` of tags.
7
-
8
-
```html
9
-
<divclass="foo"> or <divclass="foo" >
10
-
<divclass="foo"/> or <divclass="foo" />
11
-
```
12
-
13
-
## Rule Details
14
-
15
-
This rule has options.
6
+
## :book: Rule Details
7
+
8
+
This rule aims to enforce consistent spacing style before closing brackets `>` of tags.
0 commit comments