Skip to content

Commit 8803c3d

Browse files
committed
0.15.0
1 parent 9f7ce26 commit 8803c3d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/rules/mustache-spacing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "@ota-meshi/svelte/mustache-spacing"
55
description: "enforce unified spacing in mustache"
6+
since: "v0.15.0"
67
---
78

89
# @ota-meshi/svelte/mustache-spacing
910

1011
> enforce unified spacing in mustache
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
1313
- :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.
1414

1515
## :book: Rule Details
@@ -88,6 +88,10 @@ This rule aims at enforcing unified spacing in mustaches.
8888
- `directiveExpressions` ... Enforces the style of the mustache for the directive expressions. e.g. `<input bind:value={text}`.
8989
- `tags` ... Enforces the style of the mustache for the mustache tags. e.g. `{#if condition}`.
9090

91+
## :rocket: Version
92+
93+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.15.0
94+
9195
## :mag: Implementation
9296

9397
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/mustache-spacing.ts)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ota-meshi/eslint-plugin-svelte",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)