We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721a532 commit e4a872cCopy full SHA for e4a872c
docs/rules/no-restricted-html-elements.md
@@ -90,7 +90,7 @@ Alternatively, the rule also accepts objects.
90
"svelte/no-restricted-html-elements": [
91
"error",
92
{
93
- "elements": "h1", "h2", "h3", "h4", "h5", "h6",
+ "elements": ["h1", "h2", "h3", "h4", "h5", "h6"],
94
"message": "Prefer use of our custom <Heading /> component"
95
},
96
0 commit comments