fix: fix lint error

This commit is contained in:
Philipp Kühn 2021-05-05 18:21:36 +02:00
parent 4fa75d842e
commit d5dd568d86

View File

@ -70,7 +70,7 @@ export const HorizontalRule = Node.create<HorizontalRuleOptions>({
addInputRules() { addInputRules() {
return [ return [
nodeInputRule(/^(?:---|\—-|___\s|\*\*\*\s)$/, this.type), nodeInputRule(/^(?:---|—-|___\s|\*\*\*\s)$/, this.type),
] ]
}, },
}) })