mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-23 16:03:42 +03:00
1d6af22813
Due to eslint couldn't correctly resolve the context for the variables, two eslint rules are disabled for now.
17 lines
515 B
JSON
17 lines
515 B
JSON
{
|
|
"name": "webui",
|
|
"description": "qBittorrent WebUI",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qbittorrent/qBittorrent.git"
|
|
},
|
|
"scripts": {
|
|
"format": "js-beautify private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js",
|
|
"lint": "eslint private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*",
|
|
"eslint-plugin-html": "*",
|
|
"js-beautify": "*"
|
|
}
|
|
}
|