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 4ce343d commit e789ac5Copy full SHA for e789ac5
tests/lib/rules/no-reserved-component-names.js
@@ -247,12 +247,6 @@ const invalidElements = [
247
'menuitem',
248
'summary',
249
'Summary',
250
- 'content',
251
- 'Content',
252
- 'element',
253
- 'Element',
254
- 'shadow',
255
- 'Shadow',
256
'template',
257
'Template',
258
'slot',
@@ -369,8 +363,6 @@ const invalidElements = [
369
363
'Blink',
370
364
'center',
371
365
'Center',
372
- 'command',
373
- 'Command',
374
366
'dir',
375
367
'Dir',
376
368
'font',
0 commit comments