add html validation
This commit is contained in:
parent
d04aeaf3f4
commit
7e7155926b
@ -4,7 +4,7 @@
|
||||
"description": "Front-end for ProxmoxAAS",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint": "stylelint --fix **/*.css; eslint --fix .;"
|
||||
"lint": "html-validator --continue; stylelint --fix **/*.css; eslint --fix .;"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.43.0",
|
||||
@ -13,6 +13,7 @@
|
||||
"eslint-plugin-n": "^16.0.1",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"stylelint": "^15.9.0",
|
||||
"stylelint-config-standard": "^33.0.0"
|
||||
"stylelint-config-standard": "^33.0.0",
|
||||
"w3c-html-validator": "^1.4.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user