use float left on legend and input-grid to remove legend span nesting,

improve linting tool
This commit is contained in:
2023-07-06 04:53:47 +00:00
parent 8a37615721
commit 893f4aad54
5 changed files with 15 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
"description": "Front-end for ProxmoxAAS",
"type": "module",
"scripts": {
"lint": "html-validator --continue; stylelint --fix **/*.css; eslint --fix .;"
"lint": "html-validator --continue; stylelint --formatter verbose --fix **/*.css; DEBUG=eslint:cli-engine eslint --fix ."
},
"devDependencies": {
"eslint": "^8.43.0",