chore: fix linting

This commit is contained in:
harttle
2019-02-23 03:50:45 +08:00
parent 56c7992b76
commit 3cf01603e8
35 changed files with 107 additions and 110 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
import { RenderBreakError, RenderError } from 'src/util/error'
import { RenderError } from 'src/util/error'
import assert from 'src/util/assert'
import Scope from 'src/scope/scope';
import ITemplate from 'src/template/itemplate';
import Scope from 'src/scope/scope'
import ITemplate from 'src/template/itemplate'
export default class Render {
async renderTemplates (templates: ITemplate[], scope: Scope) {