Skip to content

Commit 4c9515d

Browse files
author
142vip.cn
committed
feat(commitlint): 去掉手动add提交,lint操作后自动提交
1 parent e2c355d commit 4c9515d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
module.exports = {
66
"*.{js,ts,md}":[
77
"./scripts/lint --fix",
8-
"git add"
8+
// "git add"
99
]
1010
}

0 commit comments

Comments
 (0)