@1stg/commitlint-config
Version:
Personal but Shareable Commitlint Configuration for all 1stG.me projects.
20 lines (19 loc) • 541 B
JSON
{
"name": "@1stg/commitlint-config",
"version": "3.1.0",
"description": "Personal but Shareable Commitlint Configuration for all 1stG.me projects.",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin <admin@1stg.me>",
"license": "MIT",
"engines": {
"node": "^12.20 || ^14.18.0 || >=16.0.0"
},
"dependencies": {
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/config-lerna-scopes": "^17.0.2",
"@pkgr/utils": "^2.2.0"
},
"publishConfig": {
"access": "public"
}
}