Skip to content

Commit 19e4ae5

Browse files
committedFeb 9, 2025
chore: update prettier config
1 parent 5faa50d commit 19e4ae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.prettierrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ export default {
99
trailingComma: "all",
1010
bracketSpacing: true,
1111
bracketSameLine: false,
12+
objectWrap: "preserve",
1213
arrowParens: "always",
1314
endOfLine: "lf",
1415
experimentalTernaries: true,
16+
experimentalOperatorPosition: "start",
1517
};

0 commit comments

Comments
 (0)
Please sign in to comment.