add newline-after-var rule to eslint config
This commit is contained in:
@@ -83,6 +83,7 @@ class ReactNodeView extends NodeView<React.FunctionComponent, Editor, ReactNodeV
|
||||
}
|
||||
|
||||
let as = this.node.isInline ? 'span' : 'div'
|
||||
|
||||
if (this.options.as) {
|
||||
as = this.options.as
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user