mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
chore: Disable commitlint subject-case
This commit is contained in:
8
commitlint.config.cts
Normal file
8
commitlint.config.cts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { UserConfig } from '@commitlint/types';
|
||||
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'subject-case': [0],
|
||||
},
|
||||
} as UserConfig;
|
||||
Reference in New Issue
Block a user