Skip to content

Commit 651f383

Browse files
committed
template-lint: Disable no-builtin-form-components rule
1 parent a826981 commit 651f383

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.template-lintrc.js

+5
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22

33
module.exports = {
44
extends: ['recommended', 'a11y'],
5+
6+
rules: {
7+
// disabled because these are still recommended by the Ember.js docs
8+
'no-builtin-form-components': 'off',
9+
},
510
};

0 commit comments

Comments
 (0)