Skip to content

Commit 25c2684

Browse files
committed
chore: lint
1 parent 710976a commit 25c2684

File tree

1 file changed

+1
-1
lines changed
  • packages/language-core/lib/utils

1 file changed

+1
-1
lines changed

packages/language-core/lib/utils/ts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export function resolveVueCompilerOptions(vueOptions: Partial<VueCompilerOptions
229229
} : vueOptions.strictTemplates ?? {
230230
attributes: false,
231231
components: false
232-
}
232+
};
233233
return {
234234
...vueOptions,
235235
target,

0 commit comments

Comments
 (0)