eslint-formatter-html-extended
Version:
🌹 Beautiful ESLint HTML formatter extended from ESLint's official HTML formatter by JulianLaval combined with Stylish by Sindre Sorhus
13 lines (12 loc) • 385 B
HTML
<tr class="block bg-<%- color %>" data-group="f-<%- index %>">
<th colspan="4">
<%= icon %>
<span class="toggle">
<svg class="icon" viewBox="0 0 512 512"><path d="M128 192l128 128 128-128z"></path></svg>
</span>
<span>
<%- filePath %>
</span>
<span class="summary-title"><%- summary %></span>
</th>
</tr>