Skip to content

Commit 5935ad7

Browse files
committed
add prettier
1 parent 1eb9bde commit 5935ad7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"main": "main.js",
9393
"scripts": {
9494
"start": "ts-node-dev src/index.ts --dev",
95+
"format": "prettier -w .",
9596
"prepare": "cd UI && npm i && npm run build",
9697
"redundancyjs": "redundancyjs",
9798
"build": "tsc",
@@ -107,6 +108,7 @@
107108
"@types/xml2js": "^0.4.11",
108109
"electron": "^28.0.0",
109110
"electron-builder": "^24.9.1",
111+
"prettier": "^3.4.2",
110112
"redundancyjs": "^0.1.0",
111113
"ts-node-dev": "^1.1.8",
112114
"typescript": "^5.1.6"

0 commit comments

Comments
 (0)