We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35b3a23 + 2634313 commit f713f07Copy full SHA for f713f07
.template-lintrc.js
@@ -1,5 +1,14 @@
1
'use strict';
2
3
module.exports = {
4
- extends: 'octane',
+ extends: ['octane', 'a11y'],
5
+
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
+ ],
14
};
0 commit comments