Skip to content

Commit d8643d1

Browse files
committed
0.14.0
1 parent 6797041 commit d8643d1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/rules/no-dynamic-slot-name.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-dynamic-slot-name"
55
description: "disallow dynamic slot name"
6+
since: "v0.14.0"
67
---
78

89
# @ota-meshi/svelte/no-dynamic-slot-name
910

1011
> disallow dynamic slot name
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
- :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.
1515

@@ -43,6 +43,10 @@ The auto-fix of this rule can be replaced with a static `<slot>` name if the exp
4343

4444
Nothing.
4545

46+
## :rocket: Version
47+
48+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.14.0
49+
4650
## :mag: Implementation
4751

4852
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-dynamic-slot-name.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.13.1",
3+
"version": "0.14.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)