Skip to content

Commit ea2b704

Browse files
committed
chore: wip
1 parent a0e0658 commit ea2b704

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.zed/settings.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"format_on_save": "on",
3+
"code_actions_on_format": {
4+
"source.fixAll": true,
5+
"source.organizeImports.biome": true
6+
},
7+
"languages": {
8+
"JavaScript": {
9+
"code_actions_on_format": {
10+
"source.fixAll.eslint": false
11+
}
12+
}
13+
},
14+
"formatter": "language_server",
15+
"autosave": "on_focus_change"
16+
}

bun.lockb

-400 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)