Skip to content

Commit 2eb662c

Browse files
committed
fix(ci): format package.json for oxfmt
1 parent 41b544c commit 2eb662c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
"gen:schema": "bun scripts/gen-config-schema.ts",
5353
"prepare": "husky"
5454
},
55-
"lint-staged": {
56-
"*.{ts,tsx,js,jsx,jsonc}": "oxfmt"
57-
},
5855
"dependencies": {
5956
"@clack/prompts": "^1.5.1",
6057
"@linear/sdk": "^86.0.0",
@@ -72,6 +69,9 @@
7269
"typescript": "^6.0.3",
7370
"zod-to-json-schema": "^3.25.2"
7471
},
72+
"lint-staged": {
73+
"*.{ts,tsx,js,jsx,jsonc}": "oxfmt"
74+
},
7575
"engines": {
7676
"bun": ">=1.0.0"
7777
}

0 commit comments

Comments
 (0)