UNPKG

@zthun/janitor-htmlhint-config

Version:

A shared configuration for htmlhint for @zthun scoped projects.

44 lines (43 loc) 995 B
{ "name": "@zthun/janitor-htmlhint-config", "version": "19.3.1", "description": "A shared configuration for htmlhint for @zthun scoped projects.", "keywords": [ "htmlhint", "htmlhint-config" ], "type": "module", "types": "./dist/index.d.mts", "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": { "types": "./dist/index.d.mts", "require": "./dist/index.cjs", "import": "./dist/index.js" }, "license": "MIT", "scripts": { "build": "vite build" }, "repository": { "type": "git", "url": "https://github.com/zthun/janitor", "directory": "packages/janitor-htmlhint-config" }, "files": [ "dist" ], "devDependencies": { "@zthun/janitor-build-config": "^19.3.1", "htmlhint": "^1.6.3", "vite": "^7.0.5" }, "peerDependencies": { "htmlhint": "^1.0.0" }, "publishConfig": { "access": "public" }, "author": "Anthony Bonta", "gitHead": "7cb5cce17f3322050d71d5bf4e2debb1b9cc5163" }