diff --git a/package.json b/package.json index 35eb5a3..453e2fd 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "test": "mocha --recursive './{,!(node_modules)/**}/*.test.js'", "lint": "eslint '**/*.js'", "fix-style": "eslint --fix **/*.js" + }, + "html": { + "lintHTML": "npx htmlhint '**/*.html'", }, "devDependencies": { "eslint": "^8.27.0",