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/no-multi-spaces.md
+16-19Lines changed: 16 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,31 +3,28 @@
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
-
The `--fix` option on the command line can automatically fix some of the problems reported by this rule.
6
+
## :book: Rule Details
7
7
8
-
This rule aims to remove multiple spaces in a row between attributes which are not used for indentation.
8
+
This rule aims at removing multiple spaces in tags, which are not used for indentation.
0 commit comments