mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-09 22:46:06 +00:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user