We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@commitlint/cli
1 parent 6a42791 commit 017dd4bCopy full SHA for 017dd4b
2 files changed
packages/commitlint-config/package.json
@@ -26,5 +26,8 @@
26
},
27
"dependencies": {
28
"@commitlint/config-conventional": "^19.0.0"
29
+ },
30
+ "peerDependencies": {
31
+ "@commitlint/cli": "^19.0.0"
32
}
33
yarn.lock
@@ -10,6 +10,8 @@ __metadata:
10
resolution: "@alma-oss/commitlint-config@workspace:packages/commitlint-config"
11
dependencies:
12
"@commitlint/config-conventional": "npm:^19.0.0"
13
+ peerDependencies:
14
+ "@commitlint/cli": ^19.0.0
15
languageName: unknown
16
linkType: soft
17
0 commit comments