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