mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	added jsdocs to package.json
This commit is contained in:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user