UNPKG

@siemens/commitlint-config

Version:

Configuration for commitlint.

33 lines (32 loc) 704 B
{ "name": "@siemens/commitlint-config", "version": "3.0.0", "description": "Configuration for commitlint.", "files": [ "*.js", "*.md" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/siemens/lint.git" }, "author": { "name": "Siemens", "email": "opensource@siemens.com" }, "homepage": "https://github.com/siemens/lint", "bugs": "https://github.com/siemens/lint/issues", "keywords": [ "siemens", "lint" ], "publishConfig": { "access": "public" }, "license": "MIT", "type": "module", "peerDependencies": { "@commitlint/cli": "^19.0.0 || ^20.0.0", "@commitlint/config-conventional": "^19.2.2 || ^20.0.0" } }