mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 09:05:39 +00:00
fix: stylelint and webui cleanup
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,3 +13,4 @@ frontend/node_modules
|
||||
custom-frontend
|
||||
integration-tests/screenshots/
|
||||
.vscode/
|
||||
webui/
|
||||
|
||||
1
Makefile
1
Makefile
@@ -49,6 +49,7 @@ devcontainer: compile podman-image podman-container
|
||||
|
||||
webui-dist:
|
||||
$(MAKE) -wC frontend dist
|
||||
mv frontend/dist webui
|
||||
|
||||
clean:
|
||||
$(call delete-files,dist)
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
class ArgumentForm extends window.HTMLElement {
|
||||
getQueryParams () {
|
||||
return new URLSearchParams(window.location.search.substring(1))
|
||||
|
||||
3182
frontend/package-lock.json
generated
3182
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -5,6 +5,8 @@
|
||||
"repository": "https://github.com/OliveTin/OliveTin",
|
||||
"source": "index.html",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"process": "^0.11.10",
|
||||
"stylelint": "^16.25.0",
|
||||
"stylelint-config-standard": "^39.0.1"
|
||||
|
||||
Reference in New Issue
Block a user