Skip to content

Commit e4a872c

Browse files
committed
commit forgot file
1 parent 721a532 commit e4a872c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-restricted-html-elements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Alternatively, the rule also accepts objects.
9090
"svelte/no-restricted-html-elements": [
9191
"error",
9292
{
93-
"elements": "h1", "h2", "h3", "h4", "h5", "h6",
93+
"elements": ["h1", "h2", "h3", "h4", "h5", "h6"],
9494
"message": "Prefer use of our custom <Heading /> component"
9595
},
9696
{

0 commit comments

Comments
 (0)