mirror of
https://github.com/discourse/discourse.git
synced 2025-06-19 22:23:04 +08:00
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:
@ -5,4 +5,5 @@ const Presence = <template>
|
||||
<ComposerPresenceDisplay @model={{@outletArgs.model}} />
|
||||
</div>
|
||||
</template>;
|
||||
|
||||
export default Presence;
|
||||
|
@ -5,4 +5,5 @@ const Presence = <template>
|
||||
<TopicPresenceDisplay @topic={{@outletArgs.model}} />
|
||||
</div>
|
||||
</template>;
|
||||
|
||||
export default Presence;
|
||||
|
Reference in New Issue
Block a user