We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ca7f9 commit f1fc732Copy full SHA for f1fc732
commitlint.config.cjs
@@ -1,6 +1,6 @@
1
module.exports = {
2
extends: ['@commitlint/config-conventional'],
3
rules: {
4
- 'subject-case': [0],
+ 'subject-case': [0], // 커밋 메시지 자체에는 린트 규칙 필요 없음
5
},
6
};
0 commit comments