You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-dynamic-slot-name.md
+5-1
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-dynamic-slot-name"
5
5
description: "disallow dynamic slot name"
6
+
since: "v0.14.0"
6
7
---
7
8
8
9
# @ota-meshi/svelte/no-dynamic-slot-name
9
10
10
11
> disallow dynamic slot name
11
12
12
-
-:exclamation: <badgetext="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
-: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.
15
15
@@ -43,6 +43,10 @@ The auto-fix of this rule can be replaced with a static `<slot>` name if the exp
43
43
44
44
Nothing.
45
45
46
+
## :rocket: Version
47
+
48
+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.14.0
0 commit comments