Skip to content

Commit d49c175

Browse files
committed
feat: add oxfmt
1 parent 75179f0 commit d49c175

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

bun.lock

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"migrate": "bun -b graphile-migrate migrate",
2020
"start:prod": "bun run migrate && bun run start",
2121
"init:prod": "NOCONFIRM=1 bun scripts/dbSetup.ts && bun -b graphile-migrate reset --erase",
22+
"format": "oxfmt",
2223
"lint": "oxlint --type-aware",
2324
"lint:fix": "oxlint --type-aware --fix",
2425
"typecheck:watch": "tsgo --noEmit --watch",
@@ -301,6 +302,7 @@
301302
"@vitejs/plugin-vue": "^6.0.4",
302303
"cypress": "^15.10.0",
303304
"eslint-plugin-cypress": "^5.3.0",
305+
"oxfmt": "^0.33.0",
304306
"oxlint": "^1.48.0",
305307
"oxlint-tsgolint": "^0.14.0",
306308
"sass-embedded": "^1.97.3",

0 commit comments

Comments
 (0)