Files
30-seconds-of-code/node_modules/eslint/lib/formatters/html-template-result.html
2019-08-20 15:52:05 +02:00

7 lines
158 B
HTML

<tr class="bg-<%- color %>" data-group="f-<%- index %>">
<th colspan="4">
[+] <%- filePath %>
<span><%- summary %></span>
</th>
</tr>