chore(projects): add husky and commitlint
This commit is contained in:
4
commitlint.config.js
Normal file
4
commitlint.config.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
ignores: [(commit) => commit.includes('init')],
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
}
|
||||
Reference in New Issue
Block a user