UNPKG

@alexlit/lint-kit

Version:

Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)

44 lines (43 loc) 1.1 kB
{ "name": "@alexlit/config-htmllint", "version": "1.3.2", "private": false, "description": "htmllint config", "keywords": [ "config", "html", "htmllint", "linthtml" ], "homepage": "https://github.com/alex-lit/lint-kit/tree/master/packages/config-htmllint#readme", "bugs": { "url": "https://github.com/alex-lit/lint-kit/issues" }, "repository": { "type": "git", "url": "git+https://github.com/alex-lit/lint-kit.git", "directory": "packages/config-htmllint" }, "license": "MIT", "author": "Alexey Litovchenko", "maintainers": [ "Alexey Litovchenko <alex.lit@outlook.com> (https://github.com/alex-lit)" ], "type": "module", "main": "index.js", "files": [ "README.md", "index.js" ], "scripts": { "lint": "cd ../../ && ./scripts/lint.htmllint.sh", "ou": "../../scripts/ou.sh", "release": "../../scripts/release.sh", "semver": "../../scripts/semver.sh", "up": "../../scripts/up.sh" }, "dependencies": { "@linthtml/linthtml": "^0.10.2", "@linthtml/linthtml-config-recommended": "^0.2.0" } }