Skip to content

Commit 64b3d90

Browse files
committed
chore: change prettier config to match complete
1 parent ba069f7 commit 64b3d90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

prettier.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ const config = {
3535
},
3636
},
3737
],
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",
3843
};
3944

4045
export default config;

0 commit comments

Comments
 (0)