odin-javascript-exercises/node_modules/eslint/lib/formatters/html-template-result.html
2017-12-15 12:56:14 -06:00

6 lines
158 B
HTML

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