DEV: Bump linting dependencies and fix violations (#32682)

template-lint ignores added to workaround bug. Fix is pending release in https://github.com/ember-template-lint/ember-template-lint/pull/3248
This commit is contained in:
David Taylor
2025-05-12 14:14:07 +01:00
committed by GitHub
parent 5883085af3
commit 46093eddf3
95 changed files with 354 additions and 181 deletions

View File

@ -5,4 +5,5 @@ const Presence = <template>
<ComposerPresenceDisplay @model={{@outletArgs.model}} />
</div>
</template>;
export default Presence;

View File

@ -5,4 +5,5 @@ const Presence = <template>
<TopicPresenceDisplay @topic={{@outletArgs.model}} />
</div>
</template>;
export default Presence;