Skip to content

Commit a7490a7

Browse files
committed
Auto merge of #1951 - Turbo87:temp-lint, r=locks
Update `ember-template-lint` to v1.12.1 see https://github.com/ember-template-lint/ember-template-lint/blob/v1.12.1/CHANGELOG.md
2 parents efeb9d0 + 0f3d68a commit a7490a7

File tree

4 files changed

+241
-188
lines changed

4 files changed

+241
-188
lines changed

.template-lintrc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ 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-unnecessary-concat': false,
12+
quotes: false,
1213
},
1314
};

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)