* CONFIG * Loads and returns the adapter config at key config.commitizen, if it exists
(cwd)
| 116 | * Loads and returns the adapter config at key config.commitizen, if it exists |
| 117 | */ |
| 118 | function loadAdapterConfig (cwd) { |
| 119 | let config = configLoader.load(null, cwd); |
| 120 | if (config) { |
| 121 | return config; |
| 122 | } else { |
| 123 | |
| 124 | } |
| 125 | } |