ci: fix code style linting errors

This commit is contained in:
philippkuehn 2021-06-15 06:11:08 +00:00 committed by GitHub Actions
parent 5178172864
commit 1b723ea57c

View File

@ -102,7 +102,7 @@ export const Mention = Node.create<MentionOptions>({
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,