We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe3b82 commit e463df1Copy full SHA for e463df1
src/webui/www/package.json
@@ -6,7 +6,7 @@
6
"url": "https://github.com/qbittorrent/qBittorrent.git"
7
},
8
"scripts": {
9
- "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",
10
"lint": "eslint *.mjs private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && stylelint **/*.css && html-validate private public"
11
12
"devDependencies": {
0 commit comments