chore(backend): configure commitlint and husky
Some checks failed
Deploy monie-backend to dev (kaniko) / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-04-03 18:56:00 +03:00
parent 6032451b17
commit 508bbdf5cc
9 changed files with 1044 additions and 1 deletions

3
commitlint.config.mjs Normal file
View File

@@ -0,0 +1,3 @@
export default {
extends: ['@commitlint/config-conventional'],
};