ci: fix code style linting errors
This commit is contained in:
committed by
GitHub Actions
parent
5178172864
commit
1b723ea57c
@@ -102,7 +102,7 @@ export const Mention = Node.create<MentionOptions>({
|
|||||||
renderHTML({ node, HTMLAttributes }) {
|
renderHTML({ node, HTMLAttributes }) {
|
||||||
return [
|
return [
|
||||||
'span',
|
'span',
|
||||||
mergeAttributes({'data-mention': ''}, this.options.HTMLAttributes, HTMLAttributes),
|
mergeAttributes({ 'data-mention': '' }, this.options.HTMLAttributes, HTMLAttributes),
|
||||||
this.options.renderLabel({
|
this.options.renderLabel({
|
||||||
options: this.options,
|
options: this.options,
|
||||||
node,
|
node,
|
||||||
|
|||||||
Reference in New Issue
Block a user