chore: remove commit message lint

This commit is contained in:
三咲智子 Kevin Deng 2023-12-05 00:12:51 +08:00
parent fef451d2ca
commit b64e0901bd
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@
"postinstall": "simple-git-hooks"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "node scripts/verifyCommit.js"
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.{js,json}": [