We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74213b commit fb1681cCopy full SHA for fb1681c
src/rule-types.ts
@@ -409,7 +409,9 @@ type SvelteNoInlineStyles = []|[{
409
allowTransitions?: boolean
410
}]
411
// ----- svelte/no-inner-declarations -----
412
-type SvelteNoInnerDeclarations = []|[("functions" | "both")]
+type SvelteNoInnerDeclarations = []|[("functions" | "both")]|[("functions" | "both"), {
413
+ blockScopedFunctions?: ("allow" | "disallow")
414
+}]
415
// ----- svelte/no-reactive-reassign -----
416
type SvelteNoReactiveReassign = []|[{
417
props?: boolean
0 commit comments