fix linting

This commit is contained in:
Philipp Kühn
2020-10-30 17:01:54 +01:00
parent 9a6a2b0c89
commit 8f37817a42

View File

@@ -8,8 +8,10 @@ class VueNodeView implements NodeView {
vm!: Vue vm!: Vue
constructor(component: Vue | VueConstructor, props: NodeViewRendererProps) { constructor(component: Vue | VueConstructor, props: NodeViewRendererProps) {
// const { node, editor, getPos } = props // eslint-disable-next-line
// const { view } = editor const { node, editor, getPos } = props
// eslint-disable-next-line
const { view } = editor
this.mount(component) this.mount(component)
} }