@waldronmatt/htmlhint-config
Version:
A shareable htmlhint configuration for projects.
35 lines (34 loc) • 875 B
JSON
{
"name": "@waldronmatt/htmlhint-config",
"version": "1.0.6",
"description": "A shareable htmlhint configuration for projects.",
"main": "index.json",
"files": [
"index.json"
],
"scripts": {
"test": "echo \"No test specified\""
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/waldronmatt/shareable-configs.git",
"directory": "packages/htmlhint-config"
},
"keywords": [
"htmlhint",
"htmlhint-config"
],
"author": "Matthew Waldron",
"license": "MIT",
"bugs": {
"url": "https://github.com/waldronmatt/shareable-configs/issues"
},
"homepage": "https://github.com/waldronmatt/shareable-configs/tree/main/packages/htmlhint-config#readme",
"peerDependencies": {
"htmlhint": ">= 1"
},
"gitHead": "476518bb40563c0dfd5767702b97a3f77fad6858"
}