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.
no-invalid-link-title
1 parent bec2438 commit 85d9ae0Copy full SHA for 85d9ae0
.template-lintrc.js
@@ -6,8 +6,6 @@ module.exports = {
6
pending: [
7
{ moduleId: 'app/components/email-input', only: ['require-input-label'] },
8
{ moduleId: 'app/components/header', only: ['no-duplicate-landmark-elements'] },
9
- // see https://github.com/ember-template-lint/ember-template-lint/issues/1604
10
- { moduleId: 'app/components/pagination', only: ['no-invalid-link-title'] },
11
{ moduleId: 'app/templates/catch-all', only: ['require-input-label'] },
12
{ moduleId: 'app/components/settings/api-tokens', only: ['require-input-label'] },
13
],
0 commit comments