Skip to content

Commit ea0b5ee

Browse files
author
andrei
committed
feat(configLoader): add cosmiconfig support
Added cosmiconfig support; Added json5 support for configs; Removed deprecated czConfig attribute support; Added load and loadAtRoot public api hepers; Removed findup and config normalization functions that are not required for now; BREAKING CHANGE: config.path now resolves relative to config location; config lookup now relays on cosmiconfig search rules; Closes: commitizen#773
1 parent 2e57fd0 commit ea0b5ee

24 files changed

+1858
-13284
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ artifacts/
66
npm-debug.log
77
.nyc_output
88
test/tools/trigger-appveyor-tests.sh
9-
logo/*.png
9+
logo/*.png
10+
.idea

0 commit comments

Comments
 (0)