feat: refs #6130 husky commitLint config
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-08-08 14:00:14 +02:00
parent f669002421
commit 4cb543f20e
1 changed files with 1 additions and 0 deletions

1
commitlint.config.js Normal file
View File

@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };