chore: update husky and commitlint

This commit is contained in:
2026-04-01 14:14:35 -06:00
parent 4be0de62fc
commit 221034133d
5 changed files with 18 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
import type { UserConfig } from '@commitlint/types'
const Configuration: UserConfig = { extends: ['@commitlint/config-conventional'] }
export default Configuration