Skip to content

Commit

Permalink
Update mustache-spacing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Oct 1, 2023
1 parent f618cdb commit 69e5c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/mustache-spacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ This rule aims at enforcing unified spacing in mustaches.
}
```

- `"never"` ... Expect one space between token and curly brackets. This is default.
- `"always"` ... Expect no spaces between token and curly brackets. This is default.
- `"never"` ... Expect no spaces between token and curly brackets. This is default.
- `"always"` ... Expect one space between token and curly brackets.
- `"always-after-expression"` ... Expect one space between expression and closing curly brackets, if the expression before the closing curly bracket.
- `textExpressions` ... Enforces the style of the mustache for the text expressions. e.g. `{text}`.
- `attributesAndProps` ... Enforces the style of the mustache for the attributes and props. e.g. `<input value={text}`.
Expand Down

0 comments on commit 69e5c0e

Please sign in to comment.