Skip to content

Commit 83bebd7

Browse files
committed
0.31.0
1 parent 8a86226 commit 83bebd7

5 files changed

+21
-6
lines changed

docs/rules/no-dupe-style-properties.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "@ota-meshi/svelte/no-dupe-style-properties"
55
description: "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

4242
Nothing.
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)

docs/rules/no-non-optimized-style-attributes.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/no-non-optimized-style-attributes"
55
description: "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

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.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)

docs/rules/no-shorthand-style-property-overrides.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "@ota-meshi/svelte/no-shorthand-style-property-overrides"
55
description: "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)

docs/rules/no-unknown-style-directive-property.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "@ota-meshi/svelte/no-unknown-style-directive-property"
55
description: "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)

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.30.0",
3+
"version": "0.31.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)