Skip to content

Commit 6b277a7

Browse files
committed
chore: add @commitlint/config-conventional and conventional-changelog-conventionalcommits to devDependencies
- Updated package.json and package-lock.json to include @commitlint/config-conventional and conventional-changelog-conventionalcommits for improved commit message linting and changelog generation.
1 parent 70f1bee commit 6b277a7

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

package-lock.json

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
},
120120
"devDependencies": {
121121
"@commitlint/cli": "^19.8.1",
122+
"@commitlint/config-conventional": "^19.8.1",
122123
"@types/compression": "^1.7.5",
123124
"@types/cors": "^2.8.17",
124125
"@types/express": "^4.17.18",

0 commit comments

Comments
 (0)