Added dprint as dev dependencie

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-09-07 00:22:38 +02:00
parent f389209e21
commit a9fb41cece
2 changed files with 94 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
"dev:conc": "conc --names \"SWC,BOT\" --prefix-colors \"blue, magenta\" \"yarn watch\" \"yarn dev:js\"",
"dev:ts": "nodemon --config nodemon.json src/index.ts",
"dev:js": "nodemon --config nodemon-js.json dist/index.js",
"format": "dprint fmt \"**/*.ts\"",
"check": "tsc --noEmit",
"lint": "eslint",
"lint:fix": "eslint --fix",
@@ -61,6 +62,7 @@
"chokidar": "^3.6.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"dprint": "^0.47.2",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"sqlite3": "^5.1.7",