Skip to content

Commit 55ec311

Browse files
committed
Update ember-template-lint to v1.12.1
1 parent 55fa81b commit 55ec311

File tree

4 files changed

+242
-188
lines changed

4 files changed

+242
-188
lines changed

.template-lintrc.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ module.exports = {
77

88
rules: {
99
'img-alt-attributes': false,
10-
'triple-curlies': false,
11-
'html-comments': false,
10+
'no-html-comments': false,
11+
'no-triple-curlies': false,
12+
'no-unnecessary-concat': false,
13+
quotes: false,
1214
},
1315
};

app/templates/application.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<nav id="header">
77
{{#link-to "index" tabindex="-1"}}
88
<img src="/assets/Cargo-Logo-Small.png" id="logo"
9-
height=100 width=100 alt="Cargo Logo">
9+
height="100" width="100" alt="Cargo Logo">
1010
{{/link-to}}
1111
{{#link-to "index"}}
1212
<h1>

0 commit comments

Comments
 (0)