refactor: replace prettier with oxfmt
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@
|
||||
"typecheck": "tsc --noEmit",
|
||||
"build": "esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node --target=node24 --minify",
|
||||
"test": "jest",
|
||||
"format": "prettier --write src/**/*.ts"
|
||||
"format": "oxfmt --write src/**/*.ts"
|
||||
},
|
||||
"author": "Timo Behrendt <t.behrendt@t00n.de>",
|
||||
"license": "MIT",
|
||||
@@ -16,7 +16,7 @@
|
||||
"@types/node": "24.13.2",
|
||||
"esbuild": "0.28.1",
|
||||
"jest": "30.4.2",
|
||||
"prettier": "3.8.4",
|
||||
"oxfmt": "0.59.0",
|
||||
"ts-jest": "29.4.11",
|
||||
"typescript": "5.9.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user