We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09ca8f commit 18201e3Copy full SHA for 18201e3
1 file changed
prettier.config.ts
@@ -1,7 +1,6 @@
1
-/**
2
- * @type {import("prettier").Config}
3
- */
4
-const config = {
+import type { Config } from "prettier";
+
+const config: Config = {
5
plugins: ["@trivago/prettier-plugin-sort-imports"],
6
};
7
0 commit comments