feat: add commitlint

This commit is contained in:
Ashutosh-Bhadauriya
2023-08-18 13:26:01 +05:30
parent a7664d79fd
commit e111234460
5 changed files with 1441 additions and 0 deletions

1
commitlint.config.cjs Normal file
View File

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