Skip to content

Commit 673e201

Browse files
committed
0.24.0
1 parent 2a3d87e commit 673e201

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/rules/shorthand-directive.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/shorthand-directive"
55
description: "enforce use of shorthand syntax in directives"
6+
since: "v0.24.0"
67
---
78

89
# @ota-meshi/svelte/shorthand-directive
910

1011
> enforce use of shorthand syntax in directives
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
@@ -67,6 +67,10 @@ This rule enforces the use of the shorthand syntax in directives.
6767

6868
[@ota-meshi/svelte/shorthand-attribute]: ./shorthand-directive.md
6969

70+
## :rocket: Version
71+
72+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.24.0
73+
7074
## :mag: Implementation
7175

7276
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/shorthand-directive.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.23.0",
3+
"version": "0.24.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)