feat: basic tempate

This commit is contained in:
2026-04-14 18:39:30 -06:00
commit c1d8e228cf
13 changed files with 445 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { UserConfig } from "@commitlint/types"
const commitlintConfig: UserConfig = {
extends: ["@commitlint/config-conventional"],
}
export default commitlintConfig