UNPKG

commitlint-config-squash-pr

Version:

Sharable commitlint config enforcing a max commit message header length when squashing GitHub PRs

50 lines (49 loc) 1.16 kB
{ "name": "commitlint-config-squash-pr", "version": "1.1.0", "description": "Sharable commitlint config enforcing a max commit message header length when squashing GitHub PRs", "main": "index.js", "dependencies": {}, "devDependencies": { "@commitlint/cli": "^7.2.1", "@commitlint/config-conventional": "^7.1.2", "@commitlint/travis-cli": "^7.2.1", "standard": "^12.0.1" }, "scripts": { "test": "standard && node test" }, "repository": { "type": "git", "url": "git+https://github.com/watson/commitlint-config-squash-pr.git" }, "keywords": [ "commitlint", "lint", "linter", "commit", "message", "github", "pr", "prs", "squash", "squashed", "merge" ], "author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)", "license": "MIT", "bugs": { "url": "https://github.com/watson/commitlint-config-squash-pr/issues" }, "homepage": "https://github.com/watson/commitlint-config-squash-pr#readme", "commitlint": { "extends": [ "@commitlint/config-conventional", "./" ] }, "coordinates": [ 56.0400282, 12.6138514 ] }