Skip to content

Commit aeea3c6

Browse files
authored
docs: specify possible value in options in no-inner-declarations.md (#1082)
1 parent d39c90c commit aeea3c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/rules/no-inner-declarations.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ This rule supports [svelte-eslint-parser]'s AST.
4848
"svelte/no-inner-declarations": [
4949
"error",
5050
"functions", // or "both"
51-
{ "blockScopedFunctions": "allow" }
51+
{
52+
"blockScopedFunctions": "allow" // or "disallow"
53+
}
5254
]
5355
}
5456
```

0 commit comments

Comments
 (0)