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-duplicate-id](docs/rules/template-no-duplicate-id.md)| disallow duplicate id attributes ||||
225
226
|[template-no-forbidden-elements](docs/rules/template-no-forbidden-elements.md)| disallow specific HTML elements ||||
227
+
|[template-no-html-comments](docs/rules/template-no-html-comments.md)| disallow HTML comments in templates ||||
|[template-no-input-block](docs/rules/template-no-input-block.md)| disallow block usage of {{input}} helper ||||
228
230
|[template-no-input-tagname](docs/rules/template-no-input-tagname.md)| disallow tagName attribute on {{input}} helper ||||
229
231
|[template-no-log](docs/rules/template-no-log.md)| disallow {{log}} in templates ||||
232
+
|[template-no-negated-condition](docs/rules/template-no-negated-condition.md)| disallow negated conditions in if/unless ||||
230
233
|[template-no-obsolete-elements](docs/rules/template-no-obsolete-elements.md)| disallow obsolete HTML elements ||||
234
+
|[template-no-outlet-outside-routes](docs/rules/template-no-outlet-outside-routes.md)| disallow {{outlet}} outside of route templates ||||
231
235
|[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 ||||
234
239
|[template-require-button-type](docs/rules/template-require-button-type.md)| require button elements to have a valid type attribute || 🔧 ||
240
+
|[template-require-each-key](docs/rules/template-require-each-key.md)| require key attribute in {{#each}} loops ||||
241
+
|[template-simple-unless](docs/rules/template-simple-unless.md)| require simple conditions in unless blocks ||||
235
242
|[template-splat-attributes-only](docs/rules/template-splat-attributes-only.md)| disallow ...spread other than ...attributes ||||
0 commit comments