Skip to content

Commit

Permalink
Fixed Biome integration on Zed editor (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: juliusmarminge <[email protected]>
  • Loading branch information
chungweileong94 and juliusmarminge authored Jan 25, 2025
1 parent 5f1c9c5 commit a854f5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dist
env.d.ts
next-env.d.ts
**/.vscode
**/.zed
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion examples/nextjs/app/globals.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
:root {
--max-width: 1100px;
--border-radius: 12px;
--font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
--font-mono:
ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
"Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro",
"Fira Mono", "Droid Sans Mono", "Courier New", monospace;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typecheck": "turbo typecheck"
},
"dependencies": {
"@biomejs/biome": "1.6.4",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/bun": "^1.0.12",
Expand Down

0 comments on commit a854f5c

Please sign in to comment.