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:
parent
31cab360ff
commit
fc94eef3e5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue