feat: add commitlint

This commit is contained in:
Ashutosh-Bhadauriya
2023-08-18 13:26:01 +05:30
committed by Mythie
parent d4b130a731
commit 1f79ca0a70
5 changed files with 1415 additions and 0 deletions

1
commitlint.config.cjs Normal file
View File

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