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/mustache-spacing.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "@ota-meshi/svelte/mustache-spacing"
5
5
description: "enforce unified spacing in mustache"
6
+
since: "v0.15.0"
6
7
---
7
8
8
9
# @ota-meshi/svelte/mustache-spacing
9
10
10
11
> enforce unified spacing in mustache
11
12
12
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> **_This rule has not been released yet._** </badge>
13
13
-: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.
14
14
15
15
## :book: Rule Details
@@ -88,6 +88,10 @@ This rule aims at enforcing unified spacing in mustaches.
88
88
-`directiveExpressions` ... Enforces the style of the mustache for the directive expressions. e.g. `<input bind:value={text}`.
89
89
-`tags` ... Enforces the style of the mustache for the mustache tags. e.g. `{#if condition}`.
90
90
91
+
## :rocket: Version
92
+
93
+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.15.0
0 commit comments