From 693f87003496b146168efca61ea1356405c723e1 Mon Sep 17 00:00:00 2001 From: Aleksander Grygier Date: Fri, 28 Aug 2026 11:03:57 +0200 Subject: [PATCH] ui : add format:files script for formatting changed files only Assisted-by: pi --- tools/ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ui/package.json b/tools/ui/package.json index 3c15289973..3c4f24a755 100644 --- a/tools/ui/package.json +++ b/tools/ui/package.json @@ -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",