We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff12cf4 commit bb20abdCopy full SHA for bb20abd
docs/rules/no-multi-spaces.md
@@ -10,7 +10,7 @@ Examples of **incorrect** code for this rule:
10
11
```html
12
<template>
13
- <div class="foo" :style="foo"\t
+ <div class="foo" :style="foo"
14
:foo="bar" >
15
</div>
16
</template>
0 commit comments