DEV: Disable template linting for capital arguments in `docs-topic`

Added a directive to disable the `no-capital-arguments` linting rule for compatibility with `MountWidget`.
This commit is contained in:
Sérgio Saquetim 2025-07-18 16:18:33 -03:00
parent 31cab360ff
commit fc94eef3e5
No known key found for this signature in database
GPG Key ID: B4E3D7F11E793062
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ export default class DocsTopic extends Component {
{{#if this.site.useGlimmerPostStream}}
<Post @post={{this.model}} />
{{else}}
{{! template-lint-disable no-capital-arguments }}
<MountWidget @widget="post" @model={{this.model}} @args={{this.post}} />
{{/if}}
</div>