DEV: Enable and fix no-trailing-spaces lint

This commit is contained in:
Kane York 2020-03-26 11:49:38 -07:00 committed by Kane York
parent 29e733832d
commit 1703270055
3 changed files with 4 additions and 5 deletions

View File

@ -37,7 +37,7 @@ module.exports = {
"no-positive-tabindex": false,
"no-quoteless-attributes": false,
"no-shadowed-elements": true,
"no-trailing-spaces": false,
"no-trailing-spaces": true,
"no-triple-curlies": true,
"no-unbound": true,
"no-unnecessary-concat": true,

View File

@ -61,7 +61,6 @@
icon="times"
title="admin.api.revoke"}}
{{/if}}
</td>
</tr>
{{/each}}