UNPKG

@alexlit/lint-kit

Version:

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

42 lines (41 loc) 1.07 kB
{ "name": "@alexlit/config-commitlint", "version": "13.2.0", "private": false, "description": "Commitlint config", "keywords": [ "commitlint", "config" ], "homepage": "https://github.com/alex-lit/lint-kit/tree/master/packages/config-commitlint#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-commitlint" }, "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": { "ou": "../../scripts/ou.sh", "release": "../../scripts/release.sh", "semver": "../../scripts/semver.sh", "up": "../../scripts/up.sh" }, "dependencies": { "@commitlint/cli": "^20.2.0", "@commitlint/config-conventional": "^20.2.0", "conventional-changelog-cli": "^5.0.0" } }