feat(regime)
This commit is contained in:
commit
2be7ec6836
62 changed files with 1817 additions and 0 deletions
1
templates/tool/commitlint/.husky/commit-msg
Normal file
1
templates/tool/commitlint/.husky/commit-msg
Normal file
|
|
@ -0,0 +1 @@
|
|||
bunx --no-install -- commitlint --edit $1
|
||||
1
templates/tool/commitlint/.regime-template.json
Normal file
1
templates/tool/commitlint/.regime-template.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
3
templates/tool/commitlint/commitlint.config.ts
Normal file
3
templates/tool/commitlint/commitlint.config.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default {
|
||||
extends: ["@commitlint/config-conventional"]
|
||||
}
|
||||
6
templates/tool/commitlint/package.json
Normal file
6
templates/tool/commitlint/package.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.5.3",
|
||||
"@commitlint/config-conventional": "^20.5.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue