Skip to content

Commit f1fc732

Browse files
committed
docs(commintlint): rule에 대한 주석 추가
1 parent 42ca7f9 commit f1fc732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitlint.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
'subject-case': [0],
4+
'subject-case': [0], // 커밋 메시지 자체에는 린트 규칙 필요 없음
55
},
66
};

0 commit comments

Comments
 (0)