We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-builtin-form-components
1 parent a826981 commit 651f383Copy full SHA for 651f383
.template-lintrc.js
@@ -2,4 +2,9 @@
2
3
module.exports = {
4
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
+ },
10
};
0 commit comments