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
@@ -204,7 +204,7 @@ rules in templates can be disabled with eslint directives with mustache or html
204
204
|[template-no-action-on-submit-button](docs/rules/template-no-action-on-submit-button.md)| disallow action attribute on submit buttons ||||
205
205
|[template-no-arguments-for-html-elements](docs/rules/template-no-arguments-for-html-elements.md)| disallow @arguments on HTML elements ||||
206
206
|[template-no-array-prototype-extensions](docs/rules/template-no-array-prototype-extensions.md)| disallow usage of Ember Array prototype extensions ||||
207
-
|[template-no-bare-yield](docs/rules/template-no-bare-yield.md)| disallow {{yield}} without parameters outside of contextual components||||
207
+
|[template-no-bare-yield](docs/rules/template-no-bare-yield.md)| disallow templates whose only meaningful content is a bare {{yield}} ||||
208
208
|[template-no-block-params-for-html-elements](docs/rules/template-no-block-params-for-html-elements.md)| disallow block params on HTML elements ||||
209
209
|[template-no-capital-arguments](docs/rules/template-no-capital-arguments.md)| disallow capital arguments (use lowercase @arg instead of @Arg) ||||
210
210
|[template-no-chained-this](docs/rules/template-no-chained-this.md)| disallow redundant `this.this` in templates || 🔧 ||
0 commit comments