th span:after {
content:"";
clear:both;
display:block
}
tr:last-child td {
border-bottom:none
}
格式化命令format参数tr td:first-child, tr td:last-child {
color:#9da0a4
}
#overview.bg-0, tr.bg-0 th {
color:#468847;
background:#dff0d8;
border-bottom:1px solid #d6e9c6
}
#overview.bg-1, tr.bg-1 th {
color:#f0ad4e;
background:#fcf8e3;
border-bottom:1px solid #fbeed5
}
#overview.bg-2, tr.bg-2 th {
color:#b94a48;
background:#f2dede;
border-bottom:1px solid #eed3d7
}
td {
border-bottom:1px solid #ddd
}
td.clr-1 {
color:#f0ad4e
}
td.clr-2 {
color:#b94a48
}
td a {
color:#3a33d1;
text-decoration:none
}
td a:hover {
color:#272296;
text-decoration:underline
}
</style>
</head>
<body>
<div id="overview" class="bg-2">
<h1>ESLint Report</h1>
<div>
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Tue Feb 11 2020 17:55:25 GMT+0800 (中国标准时间)            </div>
</div>
<table>
<tbody>
<tr class="bg-2" data-group="f-0">
<th colspan="4">
[+] C:\Users\Administrator\Desktop\testE\add.js
<span>9 problems (5 errors, 4 warnings)</span>
</th>
</tr>
<tr class="f-0">
<td>1:10</td>
<td class="clr-2">Error</td>
<td>'add' is defined but never used.</td>
<td>
<a href="/docs/rules/no-unused-vars" target="_blank" rel="noopener noreferrer">no-unused-vars</a>
</td>
</tr>
<tr class="f-0">
<td>2:9</td>
<td class="clr-2">Error</td>
<td>Use the isNaN function to compare with NaN.</td>
<td>

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。