DEV: Enable and fix no-trailing-spaces lint
This commit is contained in:
parent
29e733832d
commit
1703270055
|
@ -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,
|
||||
|
|
|
@ -61,7 +61,6 @@
|
|||
icon="times"
|
||||
title="admin.api.revoke"}}
|
||||
{{/if}}
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
|
|
Loading…
Reference in New Issue