From 7e7155926ba0e7bd546a709fb829588bd34bc631 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 30 Jun 2023 01:21:47 +0000 Subject: [PATCH] add html validation --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a8fbc6..fd207a4 100644 --- a/package.json +++ b/package.json @@ -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" } }