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-newline.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ description: require or disallow a line break before tag's closing brackets
10
10
-:gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
11
11
-: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.
12
12
13
-
People have own preference about the location of closing brackets.
13
+
People have their own preference about the location of closing brackets.
14
14
This rule enforces a line break (or no line break) before tag's closing brackets.
0 commit comments