Skip to content

Commit 85d9ae0

Browse files
committed
template-lint: Remove no-invalid-link-title false positive
1 parent bec2438 commit 85d9ae0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.template-lintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ module.exports = {
66
pending: [
77
{ moduleId: 'app/components/email-input', only: ['require-input-label'] },
88
{ 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'] },
119
{ moduleId: 'app/templates/catch-all', only: ['require-input-label'] },
1210
{ moduleId: 'app/components/settings/api-tokens', only: ['require-input-label'] },
1311
],

0 commit comments

Comments
 (0)