UNPKG

htmlhint-config-htmlacademy

Version:
35 lines (34 loc) 770 B
{ "name": "htmlhint-config-htmlacademy", "version": "1.0.1", "description": "HTML Academy HTMLHint config", "main": "index.js", "scripts": { "test": "htmlhint test/*.html" }, "repository": { "type": "git", "url": "git+https://github.com/htmlacademy/htmlhint-config-htmlacademy.git" }, "keywords": [ "HTMLAcademy", "HTML Academy", "code", "quality", "check", "checker", "verify", "enforce", "hint", "HTMLHint" ], "author": "Nikolai Shabalin", "license": "ISC", "bugs": { "url": "https://github.com/htmlacademy/htmlhint-config-htmlacademy/issues" }, "homepage": "https://github.com/htmlacademy/htmlhint-config-htmlacademy#readme", "devDependencies": { "htmlhint": "^0.14.2" } }