Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 28, 2021
1 parent 9f7ce26 commit 8803c3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/rules/mustache-spacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "@ota-meshi/svelte/mustache-spacing"
description: "enforce unified spacing in mustache"
since: "v0.15.0"
---

# @ota-meshi/svelte/mustache-spacing

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

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

## :rocket: Version

This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.15.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/mustache-spacing.ts)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ota-meshi/eslint-plugin-svelte",
"version": "0.14.0",
"version": "0.15.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 8803c3d

Please sign in to comment.