Skip to content

Commit a67d74e

Browse files
committed
0.5.0
1 parent ef43f6b commit a67d74e

5 files changed

+21
-5
lines changed

docs/rules/html-quotes.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/html-quotes"
55
description: "enforce quotes style of HTML attributes"
6+
since: "v0.5.0"
67
---
78

89
# @ota-meshi/svelte/html-quotes
910

1011
> enforce quotes style of HTML attributes
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
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
1414

1515
## :book: Rule Details
@@ -67,6 +67,10 @@ This rule enforces the quotes style of HTML attributes.
6767
- `quoted` ... If `true`, enforce the use of quotes. If `false`, do not allow the use of quotes. The default is `false`.
6868
- `avoidInvalidUnquotedInHTML` ... If `true`, enforces the use of quotes if they are invalid as HTML attribute when not using quotes. The default is `false`.
6969

70+
## :rocket: Version
71+
72+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.5.0
73+
7074
## :mag: Implementation
7175

7276
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/html-quotes.ts)

docs/rules/no-not-function-handler.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-not-function-handler"
55
description: "disallow use of not function in event handler"
6+
since: "v0.5.0"
67
---
78

89
# @ota-meshi/svelte/no-not-function-handler
910

1011
> disallow use of not function in event handler
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
@@ -55,6 +55,10 @@ Nothing.
5555

5656
[@ota-meshi/svelte/no-object-in-text-mustaches]: ./no-object-in-text-mustaches.md
5757

58+
## :rocket: Version
59+
60+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.5.0
61+
5862
## :mag: Implementation
5963

6064
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-not-function-handler.ts)

docs/rules/no-object-in-text-mustaches.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-object-in-text-mustaches"
55
description: "disallow objects in text mustache interpolation"
6+
since: "v0.5.0"
67
---
78

89
# @ota-meshi/svelte/no-object-in-text-mustaches
910

1011
> disallow objects in text mustache interpolation
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
@@ -48,6 +48,10 @@ Nothing.
4848

4949
[@ota-meshi/svelte/no-not-function-handler]: ./no-not-function-handler.md
5050

51+
## :rocket: Version
52+
53+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.5.0
54+
5155
## :mag: Implementation
5256

5357
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-object-in-text-mustaches.ts)

docs/rules/shorthand-attribute.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/shorthand-attribute"
55
description: "enforce use of shorthand syntax in attribute"
6+
since: "v0.5.0"
67
---
78

89
# @ota-meshi/svelte/shorthand-attribute
910

1011
> enforce use of shorthand syntax in attribute
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
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
1414

1515
## :book: Rule Details
@@ -54,6 +54,10 @@ This rule enforces the use of the shorthand syntax in attribute.
5454
- `"always"` ... Expects that the shorthand will be used whenever possible. This is default.
5555
- `"never"` ... Ensures that no shorthand is used in any attribute.
5656

57+
## :rocket: Version
58+
59+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.5.0
60+
5761
## :mag: Implementation
5862

5963
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/shorthand-attribute.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.4.1",
3+
"version": "0.5.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)