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
@@ -202,7 +202,7 @@ rules in templates can be disabled with eslint directives with mustache or html
202
202
|[template-builtin-component-arguments](docs/rules/template-builtin-component-arguments.md)| disallow setting certain attributes on builtin components ||||
203
203
|[template-no-action-modifiers](docs/rules/template-no-action-modifiers.md)| disallow usage of {{action}} modifiers ||||
204
204
|[template-no-action-on-submit-button](docs/rules/template-no-action-on-submit-button.md)| disallow action attribute on submit buttons ||||
205
-
|[template-no-args-paths](docs/rules/template-no-args-paths.md)| disallow @args in paths ||||
205
+
|[template-no-args-paths](docs/rules/template-no-args-paths.md)| disallow args.foo paths in templates, use @foo instead||🔧||
206
206
|[template-no-arguments-for-html-elements](docs/rules/template-no-arguments-for-html-elements.md)| disallow @arguments on HTML elements ||||
207
207
|[template-no-array-prototype-extensions](docs/rules/template-no-array-prototype-extensions.md)| disallow usage of Ember Array prototype extensions ||||
208
208
|[template-no-at-ember-render-modifiers](docs/rules/template-no-at-ember-render-modifiers.md)| disallow usage of @ember/render-modifiers||||
0 commit comments