Skip to content

Commit 58f748b

Browse files
committed
Update index.ts
1 parent 1a4a313 commit 58f748b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/language-service/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ export function createVueServicePlugins(
101101
};
102102
}
103103
else {
104-
plugins.push(createTypeScriptSyntacticServicePlugin(ts));
105-
plugins.push(createTypeScriptDocCommentTemplateServicePlugin(ts));
104+
plugins.push(
105+
createTypeScriptSyntacticServicePlugin(ts),
106+
createTypeScriptDocCommentTemplateServicePlugin(ts),
107+
);
106108
}
107109
plugins.push(
108110
createTypeScriptTwoslashQueriesServicePlugin(ts),

0 commit comments

Comments
 (0)