chore: commitlint.config.ts

This commit is contained in:
AIsouler
2024-04-21 20:44:49 +08:00
parent 6664eb4f30
commit 78b24ba2cd

8
commitlint.config.ts Normal file
View File

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