Skip to content

Commit 0e2a3e5

Browse files
committed
remove unused
1 parent 29a42bf commit 0e2a3e5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/rules/restricted-component-names.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,10 @@ const RESERVED_NAMES_IN_VUE = new Set(
1717
const RESERVED_NAMES_IN_VUE3 = new Set(
1818
require('../utils/vue3-builtin-components')
1919
)
20-
const kebabCaseElements = [
21-
'annotation-xml',
22-
'color-profile',
23-
'font-face',
24-
'font-face-src',
25-
'font-face-uri',
26-
'font-face-format',
27-
'font-face-name',
28-
'missing-glyph'
29-
]
3020

3121
const RESERVED_NAMES_IN_HTML = new Set(htmlElements)
3222
const RESERVED_NAMES_IN_OTHERS = new Set([
3323
...deprecatedHtmlElements,
34-
...kebabCaseElements,
3524
...svgElements
3625
])
3726

0 commit comments

Comments
 (0)