-
-
Notifications
You must be signed in to change notification settings - Fork 206
Add no-builtin-form-components rule #2282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add no-builtin-form-components rule #2282
Conversation
7486ea1
to
0e5d7d5
Compare
lib/recommended-rules.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in order to merge as non-breaking, we can't change the recommended rules
"no-at-ember-render-modifiers", | ||
"no-attrs-in-components", | ||
"no-attrs-snapshot", | ||
"no-builtin-form-components", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm... this seems wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't change recommended configs until a major
I'll turn it off by default, but for the next major we should definitely turn it on. |
fbd8612
to
3bee52f
Compare
I've already added it to the list in #2060 |
Handle cases in template tag files that were poorly handled by ember-template-lint previously. See also ember-template-lint/ember-template-lint#3155
Docs were written by AI, but seem ok.