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 e7c45c3 commit f3c4dd2Copy full SHA for f3c4dd2
docs/rules/no-reserved-component-names.md
@@ -36,7 +36,7 @@ export default {
36
"vue/no-reserved-component-names": ["error", {
37
"disallowVueBuiltInComponents": false,
38
"disallowVue3BuiltInComponents": false,
39
- "caseSensitive": false,
+ "htmlElementCaseSensitive": false,
40
}]
41
}
42
```
0 commit comments