Skip to content

Commit

Permalink
0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 13, 2022
1 parent 8a86226 commit 83bebd7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
6 changes: 5 additions & 1 deletion docs/rules/no-dupe-style-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "@ota-meshi/svelte/no-dupe-style-properties"
description: "disallow duplicate style properties"
since: "v0.31.0"
---

# @ota-meshi/svelte/no-dupe-style-properties

> disallow duplicate style properties
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
- :gear: This rule is included in `"plugin:@ota-meshi/svelte/recommended"`.

## :book: Rule Details
Expand Down Expand Up @@ -41,6 +41,10 @@ This rule reports duplicate style properties.

Nothing.

## :rocket: Version

This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.31.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dupe-style-properties.ts)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-non-optimized-style-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "@ota-meshi/svelte/no-non-optimized-style-attributes"
description: "disallow style attributes that cannot be optimized"
since: "v0.31.0"
---

# @ota-meshi/svelte/no-non-optimized-style-attributes

> disallow style attributes that cannot be optimized
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

## :book: Rule Details

This rule reports `style` attributes written in a format that cannot be optimized.
Expand Down Expand Up @@ -104,6 +103,10 @@ Examples:

Nothing.

## :rocket: Version

This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.31.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-non-optimized-style-attributes.ts)
Expand Down
6 changes: 5 additions & 1 deletion docs/rules/no-shorthand-style-property-overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "@ota-meshi/svelte/no-shorthand-style-property-overrides"
description: "disallow shorthand style properties that override related longhand properties"
since: "v0.31.0"
---

# @ota-meshi/svelte/no-shorthand-style-property-overrides

> disallow shorthand style properties that override related longhand properties
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
- :gear: This rule is included in `"plugin:@ota-meshi/svelte/recommended"`.

## :book: Rule Details
Expand Down Expand Up @@ -51,6 +51,10 @@ Nothing.

[stylelint - declaration-block-no-shorthand-property-overrides]: https://stylelint.io/user-guide/rules/list/declaration-block-no-shorthand-property-overrides/

## :rocket: Version

This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.31.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-shorthand-style-property-overrides.ts)
Expand Down
6 changes: 5 additions & 1 deletion docs/rules/no-unknown-style-directive-property.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "@ota-meshi/svelte/no-unknown-style-directive-property"
description: "disallow unknown `style:property`"
since: "v0.31.0"
---

# @ota-meshi/svelte/no-unknown-style-directive-property

> disallow unknown `style:property`
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
- :gear: This rule is included in `"plugin:@ota-meshi/svelte/recommended"`.

## :book: Rule Details
Expand Down Expand Up @@ -65,6 +65,10 @@ Note that this rule only checks the `style:property` directive. If you want to c

[stylelint - property-no-unknown]: https://stylelint.io/user-guide/rules/list/property-no-unknown/

## :rocket: Version

This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.31.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-unknown-style-directive-property.ts)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ota-meshi/eslint-plugin-svelte",
"version": "0.30.0",
"version": "0.31.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 83bebd7

Please sign in to comment.