We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
require-valid-alt-text
1 parent 3308950 commit 6562e27Copy full SHA for 6562e27
.template-lintrc.js
@@ -6,7 +6,6 @@ module.exports = {
6
extends: 'octane',
7
8
rules: {
9
- 'require-valid-alt-text': false,
10
'no-action': false,
11
},
12
};
app/templates/dashboard.hbs
@@ -62,7 +62,7 @@
62
63
{{#if this.loadMoreTask.isRunning}}
64
<span local-class='load-more'>
65
- <img src="/assets/ajax-loader.gif">
+ <img src="/assets/ajax-loader.gif" alt="Loading">
66
</span>
67
{{else}}
68
{{#if this.hasMore}}
0 commit comments