File tree Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ pageClass: "rule-details"
33sidebarDepth : 0
44title : " @ota-meshi/svelte/no-dupe-style-properties"
55description : " disallow duplicate style properties"
6+ since : " v0.31.0"
67---
78
89# @ota-meshi/svelte /no-dupe-style-properties
910
1011> disallow duplicate style properties
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- :gear : This rule is included in ` "plugin:@ota-meshi/svelte/recommended" ` .
1414
1515## :book : Rule Details
@@ -41,6 +41,10 @@ This rule reports duplicate style properties.
4141
4242Nothing.
4343
44+ ## :rocket : Version
45+
46+ This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.31.0
47+
4448## :mag : Implementation
4549
4650- [ Rule source] ( https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dupe-style-properties.ts )
Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ pageClass: "rule-details"
33sidebarDepth : 0
44title : " @ota-meshi/svelte/no-non-optimized-style-attributes"
55description : " disallow style attributes that cannot be optimized"
6+ since : " v0.31.0"
67---
78
89# @ota-meshi/svelte /no-non-optimized-style-attributes
910
1011> disallow style attributes that cannot 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.31.0
109+
107110## :mag : Implementation
108111
109112- [ Rule source] ( https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-non-optimized-style-attributes.ts )
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ pageClass: "rule-details"
33sidebarDepth : 0
44title : " @ota-meshi/svelte/no-shorthand-style-property-overrides"
55description : " disallow shorthand style properties that override related longhand properties"
6+ since : " v0.31.0"
67---
78
89# @ota-meshi/svelte /no-shorthand-style-property-overrides
910
1011> disallow shorthand style properties that override related longhand properties
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- :gear : This rule is included in ` "plugin:@ota-meshi/svelte/recommended" ` .
1414
1515## :book : Rule Details
@@ -51,6 +51,10 @@ Nothing.
5151
5252[ stylelint - declaration-block-no-shorthand-property-overrides ] : https://stylelint.io/user-guide/rules/list/declaration-block-no-shorthand-property-overrides/
5353
54+ ## :rocket : Version
55+
56+ This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.31.0
57+
5458## :mag : Implementation
5559
5660- [ Rule source] ( https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-shorthand-style-property-overrides.ts )
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ pageClass: "rule-details"
33sidebarDepth : 0
44title : " @ota-meshi/svelte/no-unknown-style-directive-property"
55description : " disallow unknown `style:property`"
6+ since : " v0.31.0"
67---
78
89# @ota-meshi/svelte /no-unknown-style-directive-property
910
1011> disallow unknown ` style:property `
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- :gear : This rule is included in ` "plugin:@ota-meshi/svelte/recommended" ` .
1414
1515## :book : Rule Details
@@ -65,6 +65,10 @@ Note that this rule only checks the `style:property` directive. If you want to c
6565
6666[ stylelint - property-no-unknown ] : https://stylelint.io/user-guide/rules/list/property-no-unknown/
6767
68+ ## :rocket : Version
69+
70+ This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.31.0
71+
6872## :mag : Implementation
6973
7074- [ Rule source] ( https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-unknown-style-directive-property.ts )
Original file line number Diff line number Diff line change 11{
22 "name" : " @ota-meshi/eslint-plugin-svelte" ,
3- "version" : " 0.30 .0" ,
3+ "version" : " 0.31 .0" ,
44 "publishConfig" : {
55 "access" : " public"
66 },
You can’t perform that action at this time.
0 commit comments