Skip to content

Commit 35aa235

Browse files
committed
0.32.0
1 parent e943ad3 commit 35aa235

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/rules/require-optimized-style-attribute.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "@ota-meshi/svelte/require-optimized-style-attribute"
55
description: "require style attributes that can be optimized"
6+
since: "v0.32.0"
67
---
78

89
# @ota-meshi/svelte/require-optimized-style-attribute
910

1011
> require style attributes that can be optimized
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
13-
1413
## :book: Rule Details
1514

1615
This rule reports `style` attributes written in a format that cannot be optimized.
@@ -104,6 +103,10 @@ Examples:
104103

105104
Nothing.
106105

106+
## :rocket: Version
107+
108+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.32.0
109+
107110
## :mag: Implementation
108111

109112
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/require-optimized-style-attribute.ts)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ota-meshi/eslint-plugin-svelte",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)