File tree 5 files changed +21
-6
lines changed
5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ pageClass: "rule-details"
3
3
sidebarDepth : 0
4
4
title : " @ota-meshi/svelte/no-dupe-style-properties"
5
5
description : " disallow duplicate style properties"
6
+ since : " v0.31.0"
6
7
---
7
8
8
9
# @ota-meshi/svelte /no-dupe-style-properties
9
10
10
11
> disallow duplicate style properties
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
13
- :gear : This rule is included in ` "plugin:@ota-meshi/svelte/recommended" ` .
14
14
15
15
## :book : Rule Details
@@ -41,6 +41,10 @@ This rule reports duplicate style properties.
41
41
42
42
Nothing.
43
43
44
+ ## :rocket : Version
45
+
46
+ This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.31.0
47
+
44
48
## :mag : Implementation
45
49
46
50
- [ 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"
3
3
sidebarDepth : 0
4
4
title : " @ota-meshi/svelte/no-non-optimized-style-attributes"
5
5
description : " disallow style attributes that cannot be optimized"
6
+ since : " v0.31.0"
6
7
---
7
8
8
9
# @ota-meshi/svelte /no-non-optimized-style-attributes
9
10
10
11
> disallow style attributes that cannot 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.31.0
109
+
107
110
## :mag : Implementation
108
111
109
112
- [ 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"
3
3
sidebarDepth : 0
4
4
title : " @ota-meshi/svelte/no-shorthand-style-property-overrides"
5
5
description : " disallow shorthand style properties that override related longhand properties"
6
+ since : " v0.31.0"
6
7
---
7
8
8
9
# @ota-meshi/svelte /no-shorthand-style-property-overrides
9
10
10
11
> disallow shorthand style properties that override related longhand properties
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
13
- :gear : This rule is included in ` "plugin:@ota-meshi/svelte/recommended" ` .
14
14
15
15
## :book : Rule Details
@@ -51,6 +51,10 @@ Nothing.
51
51
52
52
[ stylelint - declaration-block-no-shorthand-property-overrides ] : https://stylelint.io/user-guide/rules/list/declaration-block-no-shorthand-property-overrides/
53
53
54
+ ## :rocket : Version
55
+
56
+ This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.31.0
57
+
54
58
## :mag : Implementation
55
59
56
60
- [ 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"
3
3
sidebarDepth : 0
4
4
title : " @ota-meshi/svelte/no-unknown-style-directive-property"
5
5
description : " disallow unknown `style:property`"
6
+ since : " v0.31.0"
6
7
---
7
8
8
9
# @ota-meshi/svelte /no-unknown-style-directive-property
9
10
10
11
> disallow unknown ` style:property `
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
13
- :gear : This rule is included in ` "plugin:@ota-meshi/svelte/recommended" ` .
14
14
15
15
## :book : Rule Details
@@ -65,6 +65,10 @@ Note that this rule only checks the `style:property` directive. If you want to c
65
65
66
66
[ stylelint - property-no-unknown ] : https://stylelint.io/user-guide/rules/list/property-no-unknown/
67
67
68
+ ## :rocket : Version
69
+
70
+ This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.31.0
71
+
68
72
## :mag : Implementation
69
73
70
74
- [ 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 1
1
{
2
2
"name" : " @ota-meshi/eslint-plugin-svelte" ,
3
- "version" : " 0.30 .0" ,
3
+ "version" : " 0.31 .0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
You can’t perform that action at this time.
0 commit comments