fix: commitlint

This commit is contained in:
Ashutosh-Bhadauriya
2023-08-18 13:49:46 +05:30
committed by Mythie
parent 1f79ca0a70
commit d36ca59b77
3 changed files with 6 additions and 3 deletions

View File

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