File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ This rule aims at enforcing unified spacing in mustaches.
80
80
}
81
81
```
82
82
83
- - ` "never" ` ... Expect one space between token and curly brackets. This is default.
84
- - ` "always" ` ... Expect no spaces between token and curly brackets. This is default .
83
+ - ` "never" ` ... Expect no spaces between token and curly brackets. This is default.
84
+ - ` "always" ` ... Expect one space between token and curly brackets.
85
85
- ` "always-after-expression" ` ... Expect one space between expression and closing curly brackets, if the expression before the closing curly bracket.
86
86
- ` textExpressions ` ... Enforces the style of the mustache for the text expressions. e.g. ` {text} ` .
87
87
- ` attributesAndProps ` ... Enforces the style of the mustache for the attributes and props. e.g. ` <input value={text} ` .
You can’t perform that action at this time.
0 commit comments