We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba069f7 commit 64b3d90Copy full SHA for 64b3d90
prettier.config.mjs
@@ -35,6 +35,11 @@ const config = {
35
},
36
37
],
38
+
39
+ // We break from the default Prettier config for only a single option: operator position. There
40
+ // are no known arguments for placing operators at the end of the line, as outlined in this
41
+ // thread: https://github.com/prettier/prettier/issues/3806
42
+ experimentalOperatorPosition: "start",
43
};
44
45
export default config;
0 commit comments