UNPKG
ec0lint-plugin-html
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
Ec0lint plugin for html
ec0lint.com
ec0lint-plugin-html
/
lib
/
constants
/
void-elements.js
18 lines
(17 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
@type
{string[]} */
module
.
exports
= [
"area"
,
"base"
,
"br"
,
"col"
,
"embed"
,
"hr"
,
"img"
,
"input"
,
"link"
,
"meta"
,
"param"
,
"source"
,
"track"
,
"wbr"
, ];