style(issue-15): setup convetional commits standards

This commit is contained in:
Andrea Lamparelli 2023-01-04 15:22:36 +01:00
parent 710d79fff8
commit 614d13b9f2
6 changed files with 1870 additions and 8 deletions

3
.commitlintrc.json Normal file
View file

@ -0,0 +1,3 @@
{
"extends": ["@commitlint/config-conventional"]
}