mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
chore: add commitlint config file
This commit is contained in:
parent
0a5bea362b
commit
fa385f7927
1 changed files with 3 additions and 0 deletions
3
commitlint.config.js
Normal file
3
commitlint.config.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
}
|
||||
Loading…
Reference in a new issue