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
description: "disallow explicit children snippet where it's not needed"
6
+
---
7
+
8
+
# svelte/no-useless-children-snippet
9
+
10
+
> disallow explicit children snippet where it's not needed
11
+
12
+
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> **_This rule has not been released yet._** </badge>
13
+
14
+
## :book: Rule Details
15
+
16
+
Any content inside component tags that is not a snippet declaration implicitly becomes part of the children snippet. Thus, declaring the children snippet explicitly is only necessary when the snippet has parameters.
0 commit comments