We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd6b7d commit 2f75a28Copy full SHA for 2f75a28
src/code-formatter.ts
@@ -44,7 +44,7 @@ export class CodeFormatter {
44
formatter: { indentStyle: "space" },
45
});
46
const formatted = biome.formatContent(biomeProject.projectKey, content, {
47
- filePath: path.format({ name: nanoid.nanoid(), ext: "ts" }),
+ filePath: path.format({ name: nanoid.nanoid(), ext: ".ts" }),
48
49
return formatted.content;
50
};
0 commit comments