istanbuljs / nyc

the Istanbul command line interface
https://istanbul.js.org/
ISC License
5.55k stars 353 forks source link

Search for nycrc file #1489

Open athayes opened 1 year ago

athayes commented 1 year ago

c8 has the following functionality:

If no config option is provided, c8 searches for files named .c8rc, .c8rc.json, .nycrc, or .nycrc.json, starting from cwd and walking up the filesystem tree.

It'd be very helpful for monorepos if nyc could do the same for its config file.