mirror of
https://github.com/d-eniz/jupymd.git
synced 2026-07-22 05:46:56 +00:00
ci: configure commitlint
This commit is contained in:
parent
ed57daac75
commit
915312bece
3 changed files with 4 additions and 0 deletions
1
.husky/commit-msg
Normal file
1
.husky/commit-msg
Normal file
|
|
@ -0,0 +1 @@
|
|||
npx --no -- commitlint --edit $1
|
||||
0
.husky/pre-commit
Normal file
0
.husky/pre-commit
Normal file
3
commitlint.config.cjs
Normal file
3
commitlint.config.cjs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
};
|
||||
Loading…
Reference in a new issue