chore: Disable commitlint subject-case

This commit is contained in:
lisonge
2023-10-16 17:26:50 +08:00
parent f5e3bbda8c
commit 78367650ec
4 changed files with 13 additions and 1 deletions

8
commitlint.config.cts Normal file
View File

@@ -0,0 +1,8 @@
import type { UserConfig } from '@commitlint/types';
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [0],
},
} as UserConfig;