Skip to content

Commit fb1681c

Browse files
committed
run update
1 parent f74213b commit fb1681c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rule-types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,9 @@ type SvelteNoInlineStyles = []|[{
409409
allowTransitions?: boolean
410410
}]
411411
// ----- svelte/no-inner-declarations -----
412-
type SvelteNoInnerDeclarations = []|[("functions" | "both")]
412+
type SvelteNoInnerDeclarations = []|[("functions" | "both")]|[("functions" | "both"), {
413+
blockScopedFunctions?: ("allow" | "disallow")
414+
}]
413415
// ----- svelte/no-reactive-reassign -----
414416
type SvelteNoReactiveReassign = []|[{
415417
props?: boolean

0 commit comments

Comments
 (0)