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
|[template-no-valueless-arguments](docs/rules/template-no-valueless-arguments.md)| disallow valueless named arguments ||||
201
-
|[template-require-button-type](docs/rules/template-require-button-type.md)| require button elements to have a valid type attribute || 🔧 ||
|[template-no-input-block](docs/rules/template-no-input-block.md)| disallow block usage of {{input}} helper ||||
198
+
|[template-no-input-tagname](docs/rules/template-no-input-tagname.md)| disallow tagName attribute on {{input}} helper ||||
199
+
|[template-no-log](docs/rules/template-no-log.md)| disallow {{log}} in templates ||||
200
+
|[template-no-obsolete-elements](docs/rules/template-no-obsolete-elements.md)| disallow obsolete HTML elements ||||
201
+
|[template-no-this-in-template-only-components](docs/rules/template-no-this-in-template-only-components.md)| disallow this in template-only components (gjs/gts) ||||
|[template-no-valueless-arguments](docs/rules/template-no-valueless-arguments.md)| disallow valueless named arguments ||||
204
+
|[template-require-button-type](docs/rules/template-require-button-type.md)| require button elements to have a valid type attribute || 🔧 ||
202
205
203
206
### Components
204
207
@@ -349,6 +352,7 @@ rules in templates can be disabled with eslint directives with mustache or html
💼 This rule is enabled in the following [configs](https://github.com/ember-cli/eslint-plugin-ember#-configurations): `recommended-gjs`, `recommended-gts`.
💼 This rule is enabled in the following [configs](https://github.com/ember-cli/eslint-plugin-ember#-configurations): `recommended-gjs`, `recommended-gts`.
0 commit comments