build: added basic husky + commitlint + lint-staged setup

This commit is contained in:
Ahmad 2025-03-17 21:05:32 -04:00
parent 0db2a4235f
commit f91ac5f04d
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
7 changed files with 1095 additions and 11 deletions

5
.commitlintrc Normal file
View file

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