File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ pageClass: "rule-details"
33sidebarDepth : 0
44title : " @ota-meshi/svelte/require-optimized-style-attribute"
55description : " 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
1615This rule reports ` style ` attributes written in a format that cannot be optimized.
@@ -104,6 +103,10 @@ Examples:
104103
105104Nothing.
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 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @ota-meshi/eslint-plugin-svelte" ,
3- "version" : " 0.31 .0" ,
3+ "version" : " 0.32 .0" ,
44 "publishConfig" : {
55 "access" : " public"
66 },
You can’t perform that action at this time.
0 commit comments