Skip to content

Commit 05e9cc9

Browse files
committed
0.22.0
1 parent 6275de2 commit 05e9cc9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/rules/prefer-style-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/prefer-style-directive"
55
description: "require style directives instead of style attribute"
6+
since: "v0.22.0"
67
---
78

89
# @ota-meshi/svelte/prefer-style-directive
910

1011
> require style directives instead of style attribute
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
@@ -55,6 +55,10 @@ Nothing.
5555

5656
- [Svelte - Docs > style:property](https://svelte.dev/docs#template-syntax-element-directives-style-property)
5757

58+
## :rocket: Version
59+
60+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.22.0
61+
5862
## :mag: Implementation
5963

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

0 commit comments

Comments
 (0)