From e463df19b35bf08db835c1fe1eca18468ef7e67d Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 15 Dec 2024 10:59:27 -0500 Subject: [PATCH] updates per PR review Co-authored-by: Chocobo1 --- src/webui/www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/www/package.json b/src/webui/www/package.json index e01aeed02..2fd69b2ae 100644 --- a/src/webui/www/package.json +++ b/src/webui/www/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/qbittorrent/qBittorrent.git" }, "scripts": { - "format": "js-beautify -r *.mjs private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js public/*.json && prettier --write **.css", + "format": "js-beautify -r *.mjs private/*.html private/scripts/*.js private/views/*.html public/*.html public/*.json public/scripts/*.js && prettier --write **.css", "lint": "eslint *.mjs private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && stylelint **/*.css && html-validate private public" }, "devDependencies": {