fix: missing commitlint basic config

This commit is contained in:
Michele Cereda
2023-09-14 09:45:25 +02:00
parent b649ebdede
commit c5d091c9be

1
commitlint.config.js Normal file
View File

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