refactor(lefthook): slice config file into dedicated config files

This commit is contained in:
Michele Cereda
2024-08-22 19:48:57 +02:00
parent 8c9639efd6
commit e6d2c4e30e
13 changed files with 223 additions and 85 deletions

View File

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