client/src/app/core/renderer/linkifier.service.ts
Function buildMentionPlugin
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private buildMentionPlugin () {
if (this.mentionPluginInitialized) return
const MentionToken = this.linkifyModule.createTokenClass('mention', {
isLink: true,