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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,7 @@ rules in templates can be disabled with eslint directives with mustache or html
198
198
|[template-no-action-modifiers](docs/rules/template-no-action-modifiers.md)| disallow usage of {{action}} modifiers ||||
199
199
|[template-no-arguments-for-html-elements](docs/rules/template-no-arguments-for-html-elements.md)| disallow @arguments on HTML elements ||||
200
200
|[template-no-array-prototype-extensions](docs/rules/template-no-array-prototype-extensions.md)| disallow usage of Ember Array prototype extensions ||||
201
+
|[template-no-block-params](docs/rules/template-no-block-params.md)| disallow yielding/invoking a component block without parameters ||||
201
202
|[template-no-block-params-for-html-elements](docs/rules/template-no-block-params-for-html-elements.md)| disallow block params on HTML elements ||||
202
203
|[template-no-capital-arguments](docs/rules/template-no-capital-arguments.md)| disallow capital arguments (use lowercase @arg instead of @Arg) ||||
203
204
|[template-no-chained-this](docs/rules/template-no-chained-this.md)| disallow redundant `this.this` in templates || 🔧 ||
0 commit comments