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.
plugins
1 parent 36238bb commit 2788aaaCopy full SHA for 2788aaa
packages/app/src/config/site.ts
@@ -85,9 +85,9 @@ export const siteConfig = {
85
endOfLine: "lf",
86
singleAttributePerLine: false,
87
plugins: [
88
- "prettier-plugin-java/dist/index.js",
89
- "prettier-plugin-go-template/lib/index.js",
90
- "@prettier/plugin-ruby/src/plugin.js",
+ "prettier-plugin-java",
+ "prettier-plugin-go-template",
+ "@prettier/plugin-ruby",
91
],
92
} satisfies PrettierOptions,
93
parserMap: new Map<Language, string>([
0 commit comments