Skip to content

Commit 3a86712

Browse files
committed
Update docs: add HBS-only note generated by eslint-doc-generator
1 parent 8bce8c7 commit 3a86712

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/rules/template-no-attrs-in-components.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ember/template-no-attrs-in-components
22

3+
> **HBS Only**: This rule applies to classic `.hbs` template files only (loose mode). It is not relevant for `gjs`/`gts` files (strict mode), where these patterns cannot occur.
4+
35
<!-- end auto-generated rule header -->
46

57
This rule prevents the usage of `this.attrs` property to access values passed to the component. Use `@arg` syntax instead.

0 commit comments

Comments
 (0)