.fallowrc.json files may be in play.
extends resolved):
$ fallow config
Options
The global
--config <path> flag is honored: if you pass it, that path is loaded directly instead of walking the directory tree.
Exit codes
Examples
Verify which config the LSP/CLI picked up
In a monorepo, when running fallow from inside a sub-package:Use an explicit config file
Pipe to jq for further inspection
loaded config: ...) is on stdout above the JSON, so tail -n +2 skips it.
Detect “no config” in scripts
Related
- Configuration overview: supported config file names and the full schema
- Monorepo configuration: how config discovery works in workspaces