File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ pageClass: "rule-details"
3
3
sidebarDepth : 0
4
4
title : " @ota-meshi/svelte/require-optimized-style-attribute"
5
5
description : " require style attributes that can be optimized"
6
+ since : " v0.32.0"
6
7
---
7
8
8
9
# @ota-meshi/svelte /require-optimized-style-attribute
9
10
10
11
> require style attributes that can be optimized
11
12
12
- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > ** _ This rule has not been released yet._ ** </badge >
13
-
14
13
## :book : Rule Details
15
14
16
15
This rule reports ` style ` attributes written in a format that cannot be optimized.
@@ -104,6 +103,10 @@ Examples:
104
103
105
104
Nothing.
106
105
106
+ ## :rocket : Version
107
+
108
+ This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.32.0
109
+
107
110
## :mag : Implementation
108
111
109
112
- [ Rule source] ( https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/require-optimized-style-attribute.ts )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ota-meshi/eslint-plugin-svelte" ,
3
- "version" : " 0.31 .0" ,
3
+ "version" : " 0.32 .0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
You can’t perform that action at this time.
0 commit comments