Skip to content

Commit 92f5572

Browse files
committed
chore: new fmt setup
1 parent 968f80b commit 92f5572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ semi: false
22
tabWidth: 2
33
singleQuote: true
44
printWidth: 120
5-
trailingComma: none
5+
trailingComma: all

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"semicolons": "asNeeded",
1313
"lineWidth": 120,
1414
"quoteStyle": "single",
15-
"trailingComma": "none"
15+
"trailingComma": "all"
1616
}
1717
},
1818
"linter": {

0 commit comments

Comments
 (0)