Skip to content

Commit

Permalink
feat(configLoader): add cosmiconfig support
Browse files Browse the repository at this point in the history
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
  • Loading branch information
andrei committed Nov 5, 2023
1 parent 2e57fd0 commit ea0b5ee
Show file tree
Hide file tree
Showing 24 changed files with 1,858 additions and 13,284 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ artifacts/
npm-debug.log
.nyc_output
test/tools/trigger-appveyor-tests.sh
logo/*.png
logo/*.png
.idea

0 comments on commit ea0b5ee

Please sign in to comment.