ui : add format:files script for formatting changed files only

Assisted-by: pi
This commit is contained in:
Aleksander Grygier
2026-09-04 20:07:35 +02:00
parent 01da32baf2
commit 693f870034
+1
View File
@@ -13,6 +13,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"reset": "rm -rf .svelte-kit node_modules",
"format": "eslint --fix . && prettier --write .",
"format:files": "eslint --fix && prettier --write",
"lint": "prettier --check . && eslint .",
"test": "npm run test:ui -- --run && npm run test:client -- --run && npm run test:unit -- --run && npm run test:e2e",
"test:e2e": "playwright test",