We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dee18 commit 0747dbcCopy full SHA for 0747dbc
2 files changed
find-project-root/.project-root.config.json5
@@ -1,5 +1,5 @@
1
{
2
"path": "", // starting dir to search for project root (default: CWD)
3
"max_depth": 9, // max levels to traverse up
4
- "markers": "" // custom marker files to look for
+ "markers": "" // custom marker files to look for (e.g. "manifest.json,background.js")
5
}
find-project-root/docs/README.md
@@ -140,7 +140,7 @@ Example defaults:
140
141
142
143
144
145
```
146
0 commit comments