From 1b723ea57ccfebaf905d14fef75396afb966b1d2 Mon Sep 17 00:00:00 2001 From: philippkuehn Date: Tue, 15 Jun 2021 06:11:08 +0000 Subject: [PATCH] ci: fix code style linting errors --- packages/extension-mention/src/mention.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/extension-mention/src/mention.ts b/packages/extension-mention/src/mention.ts index fa2ec538..f01378bc 100644 --- a/packages/extension-mention/src/mention.ts +++ b/packages/extension-mention/src/mention.ts @@ -102,7 +102,7 @@ export const Mention = Node.create({ renderHTML({ node, HTMLAttributes }) { return [ 'span', - mergeAttributes({'data-mention': ''}, this.options.HTMLAttributes, HTMLAttributes), + mergeAttributes({ 'data-mention': '' }, this.options.HTMLAttributes, HTMLAttributes), this.options.renderLabel({ options: this.options, node,