feat: skip config creation if one already found (#110)

This commit introduces mechanism that'll check for common configuration file locations and respects the original file.
This commit is contained in:
Ismo Vuorinen
2023-10-25 23:09:15 +03:00
committed by GitHub
parent 56362dad96
commit 9beafec486
22 changed files with 114 additions and 8 deletions

View File

@@ -36,7 +36,8 @@
},
"dependencies": {
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "18.0.0"
"@commitlint/config-conventional": "18.0.0",
"@ivuorinen/config-checker": "^1.1.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}