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 1d09fcd commit 56947a0Copy full SHA for 56947a0
prettier.config.mjs
@@ -0,0 +1,7 @@
1
+import guildConfig from '@theguild/prettier-config';
2
+
3
+export default {
4
+ ...guildConfig,
5
+ overrides: [{ files: '*.json', options: { trailingComma: 'none' } }, ...guildConfig.overrides],
6
+ importOrderParserPlugins: ['explicitResourceManagement', ...guildConfig.importOrderParserPlugins],
7
+};
0 commit comments