You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[no-attrs-in-components](docs/rules/no-attrs-in-components.md)| disallow usage of `this.attrs` in components | ✅ |||
182
182
|[no-attrs-snapshot](docs/rules/no-attrs-snapshot.md)| disallow use of attrs snapshot in the `didReceiveAttrs` and `didUpdateAttrs` component hooks | ✅ |||
183
-
|[no-builtin-form-components](docs/rules/no-builtin-form-components.md)| disallow usage of built-in form components |✅|||
183
+
|[no-builtin-form-components](docs/rules/no-builtin-form-components.md)| disallow usage of built-in form components ||||
184
184
|[no-classic-components](docs/rules/no-classic-components.md)| enforce using Glimmer components | ✅ |||
185
185
|[no-component-lifecycle-hooks](docs/rules/no-component-lifecycle-hooks.md)| disallow usage of "classic" ember component lifecycle hooks. Render modifiers or custom functional modifiers should be used instead. | ✅ |||
186
186
|[no-on-calls-in-components](docs/rules/no-on-calls-in-components.md)| disallow usage of `on` to call lifecycle hooks in components | ✅ |||
Copy file name to clipboardExpand all lines: docs/rules/no-builtin-form-components.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# ember/no-builtin-form-components
2
2
3
-
💼 This rule is enabled in the ✅ `recommended`[config](https://github.com/ember-cli/eslint-plugin-ember#-configurations).
4
-
5
3
<!-- end auto-generated rule header -->
6
4
7
5
This rule disallows the use of Ember's built-in form components (`Input` and `Textarea`) from `@ember/component` and encourages using native HTML elements instead.
0 commit comments