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.
prettier/standalone
1 parent 38d1684 commit 89aba84Copy full SHA for 89aba84
1 file changed
src/prettier_serial.ts
@@ -1,6 +1,6 @@
1
import { readFile, writeFile } from "atomically";
2
import process from "node:process";
3
-import prettier from "prettier/standalone";
+import * as prettier from "prettier/standalone";
4
import { getPluginsOrExit, getPluginsBuiltin, resolve } from "./utils.js";
5
import type { ContextOptions, LazyFormatOptions, PluginsOptions } from "./types.js";
6
0 commit comments