lint fixes.

This commit is contained in:
Miroslav Šedivý
2021-05-23 18:50:47 +02:00
parent 0acd7f5150
commit e47fa91381
3 changed files with 7 additions and 22 deletions

View File

@ -1,21 +1,8 @@
import md, { SingleNodeParserRule, HtmlOutputRule, defaultRules, State, Rules } from 'simple-markdown'
import { Component, Watch, Vue, Prop } from 'vue-property-decorator'
const {
blockQuote,
inlineCode,
codeBlock,
autolink,
newline,
escape,
strong,
text,
link,
url,
em,
u,
br,
} = defaultRules
const { blockQuote, inlineCode, codeBlock, autolink, newline, escape, strong, text, link, url, em, u, br } =
defaultRules
type Rule = SingleNodeParserRule & HtmlOutputRule