Skip to content

Commit 4ff8693

Browse files
committed
style: fix lint errors
1 parent 77f6926 commit 4ff8693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function renderToJS(source: string, config: RenderConfig): string {
128128
registerComponent(componentName);
129129
});
130130
if (componentNames.length === 1) {
131-
let componentName = componentNames[0]
131+
let componentName = componentNames[0];
132132
node.walkDecls(decl => {
133133
if (decl.prop === 'base') {
134134
configureComponentBase(componentName, decl.value);

0 commit comments

Comments
 (0)