chore(lint): fix missing semicolon to make Circle green (#8877)
This commit is contained in:
parent
ef0c32512c
commit
0b6967fd74
|
@ -24,7 +24,7 @@ import {
|
||||||
htmlVisitAll
|
htmlVisitAll
|
||||||
} from './html_ast';
|
} from './html_ast';
|
||||||
import {HtmlParser} from './html_parser';
|
import {HtmlParser} from './html_parser';
|
||||||
import {CompilerConfig} from './config'
|
import {CompilerConfig} from './config';
|
||||||
|
|
||||||
import {preparseElement, PreparsedElementType} from './template_preparser';
|
import {preparseElement, PreparsedElementType} from './template_preparser';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue