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 85a97b6 commit 91271a8Copy full SHA for 91271a8
.prettierrc
prettier.config.mjs
@@ -0,0 +1,8 @@
1
+/** @type {import("prettier").Config} */
2
+export default {
3
+ printWidth: 120,
4
+ bracketSameLine: true,
5
+ bracketSpacing: false,
6
+ trailingComma: "none",
7
+ quoteProps: "consistent"
8
+};
0 commit comments