Skip to content

Commit 28c6d07

Browse files
committed
Remove fixed pending lints
1 parent dc4b739 commit 28c6d07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.template-lintrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ module.exports = {
44
extends: ['octane', 'a11y'],
55

66
pending: [
7-
{ moduleId: 'app/components/email-input', only: ['require-input-label'] },
87
{ moduleId: 'app/components/header', only: ['no-duplicate-landmark-elements'] },
9-
{ moduleId: 'app/templates/catch-all', only: ['require-input-label'] },
10-
{ moduleId: 'app/components/settings/api-tokens', only: ['require-input-label'] },
118
],
129
};

0 commit comments

Comments
 (0)