From fc94eef3e5152a6c090b3cf06fb4e84686a4569a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Saquetim?= Date: Fri, 18 Jul 2025 16:18:33 -0300 Subject: [PATCH] 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`. --- assets/javascripts/discourse/components/docs-topic.gjs | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/javascripts/discourse/components/docs-topic.gjs b/assets/javascripts/discourse/components/docs-topic.gjs index 76c0898..eee76c5 100644 --- a/assets/javascripts/discourse/components/docs-topic.gjs +++ b/assets/javascripts/discourse/components/docs-topic.gjs @@ -76,6 +76,7 @@ export default class DocsTopic extends Component { {{#if this.site.useGlimmerPostStream}} {{else}} + {{! template-lint-disable no-capital-arguments }} {{/if}}