Function: findRepositoryRoot()
function findRepositoryRoot(filePath: string): string;
Defined in: _internal/codex-file-kind.ts:81
Discover the nearest repository root for a linted file.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
string
function findRepositoryRoot(filePath: string): string;
Defined in: _internal/codex-file-kind.ts:81
Discover the nearest repository root for a linted file.
| Parameter | Type |
|---|---|
filePath | string |
string