From 131e14d611921c74bbc2922270f93b308017b59a Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 29 Nov 2022 21:53:05 +0000 Subject: [PATCH] added jsdocs to package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index be9a691..d3b329b 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,14 @@ "lint-html": "htmlhint **/*.html", "lint-css": "stylelint **/*.css", "fix-css": "stylelint --fix **/*.css", - "http-server": "http-server source" + "http-server": "http-server source", + "js-docs": "jsdoc **/*.js" }, "devDependencies": { "eslint": "^8.27.0", "htmlhint": "1.1.4", "http-server": "", + "jsdoc": "^4.0.0", "mocha": "10", "mock-local-storage": "^1.1.23", "puppeteer": "^18.2.1",