chore: configure commitlint
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 3m12s
/ surge (push) Successful in 2m52s
/ playwright (push) Successful in 2m22s
/ cleanup_surge (push) Successful in 15s
/ lint-build-and-check (push) Successful in 5m42s

This commit is contained in:
严浩
2025-05-03 16:00:52 +08:00
parent ce914d3275
commit e5dd7aa70e
4 changed files with 500 additions and 8 deletions

9
commitlint.config.ts Normal file
View File

@ -0,0 +1,9 @@
import type { UserConfig } from '@commitlint/types';
const Configuration: UserConfig = {
extends: ['@commitlint/config-conventional'],
formatter: '@commitlint/format',
};
export default Configuration;