Skip to content

Commit 173a85d

Browse files
committed
chore: add commitlint
1 parent efa1c03 commit 173a85d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

commitlint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = {extends: ['@commitlint/config-conventional']};

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
"statements": 99
4141
},
4242
"devDependencies": {
43+
"@commitlint/cli": "^13.2.1",
44+
"@commitlint/config-conventional": "^13.2.0",
4345
"@release-it/conventional-changelog": "^3.3.0",
4446
"@typescript-eslint/parser": "^5.0.0",
4547
"auto-changelog": "^2.3.0",

0 commit comments

Comments
 (0)