Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yarn config respect --no-defaults with --json (fixes yarnpkg#6341)
As documented here https://yarnpkg.com/cli/config you would expect `--no-defaults` to omit defaults even when `--json` is also specified. This commit fixes that behaviour to be as expected.
- Loading branch information