summaryrefslogtreecommitdiff
path: root/tools/eslint/lib/formatters/html-template-result.html
blob: f4a55933c2047ef11123379832f76f1ff3eb1c9d (plain)
1
2
3
4
5
6
<tr class="bg-<%- color %>" data-group="f-<%- index %>">
    <th colspan="4">
        [+] <%- filePath %>
        <span><%- summary %></span>
    </th>
</tr>