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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ rules in templates can be disabled with eslint directives with mustache or html
242
242
|[template-no-at-ember-render-modifiers](docs/rules/template-no-at-ember-render-modifiers.md)| disallow usage of @ember/render-modifiers|![badge-strict-gjs][]![badge-strict-gts][]|||
243
243
|[template-no-attribute-splat-on-html-element](docs/rules/template-no-attribute-splat-on-html-element.md)| disallow ...attributes on HTML elements |![badge-strict-gjs][]![badge-strict-gts][]|||
244
244
|[template-no-bare-strings](docs/rules/template-no-bare-strings.md)| disallow bare strings in templates (require translation/localization) |![badge-strict-gjs][]![badge-strict-gts][]|||
245
-
|[template-no-bare-yield](docs/rules/template-no-bare-yield.md)| disallow {{yield}} without parameters outside of contextual components ||||
245
+
|[template-no-bare-yield](docs/rules/template-no-bare-yield.md)| disallow {{yield}} without parameters outside of contextual components |![badge-strict-gjs][]![badge-strict-gts][]|||
246
246
|[template-no-block-params](docs/rules/template-no-block-params.md)| disallow yielding/invoking a component block without parameters |![badge-strict-gjs][]![badge-strict-gts][]|||
247
247
|[template-no-block-params-for-html-elements](docs/rules/template-no-block-params-for-html-elements.md)| disallow block params on HTML elements |![badge-strict-gjs][]![badge-strict-gts][]|||
248
248
|[template-no-builtin-form-components](docs/rules/template-no-builtin-form-components.md)| disallow usage of built-in form components |![badge-strict-gjs][]![badge-strict-gts][]|||
0 commit comments