feat(conventional): initial implementation
`@websnacksjs/conventional` is a cli program which can be used with `husky` & git hooks to enforce that commit messages adhere to the conventional commits standard.
This commit is contained in:
parent
3165625fb7
commit
99a7717410
19 changed files with 1446 additions and 1 deletions
8
packages/conventional/tsconfig.json
Normal file
8
packages/conventional/tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": ["../../tsconfig.common.json"],
|
||||
"compilerOptions": {
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext"
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue