htmlhint-config-htmlacademy
Version:
HTMLHint Config for HTML Academy CODEGUIDE
38 lines (37 loc) • 729 B
JSON
{
"name": "htmlhint-config-htmlacademy",
"version": "2.0.0",
"description": "HTMLHint Config for HTML Academy CODEGUIDE",
"keywords": [
"codeguide",
"config",
"htmlacademy",
"htmlhint",
"linter"
],
"license": "MIT",
"author": {
"name": "HTML Academy",
"email": "mail@htmlacademy.dev",
"url": "https://htmlacademy.ru"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htmlacademy/htmlhint-config-htmlacademy.git"
},
"files": [
".htmlhintrc"
],
"scripts": {
"test": "htmlhint test/*.html"
},
"devDependencies": {
"htmlhint": "^1.9.2"
},
"peerDependencies": {
"htmlhint": ">=1.9.0"
},
"engines": {
"node": ">=24"
}
}