Skip to content

Commit e3573fe

Browse files
committed
testcommitlint
1 parent 5d5e5d7 commit e3573fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
},
8585
"simple-git-hooks": {
8686
"pre-commit": "npx lint-staged",
87-
"preserveUnused": ["commit-msg"],
88-
"commit-msg": "npx --no -- commitlint --edit"
87+
"commit-msg": "npx --no -- commitlint --edit",
88+
"preserveUnused": ["commit-msg"]
8989
},
9090
"lint-staged": {
9191
"*": "eslint --fix"

0 commit comments

Comments
 (0)