eslint-plugin-copilot Documentation / _internal/markdown-links / isRelativeWorkspaceLinkDestination
Function: isRelativeWorkspaceLinkDestination()
function isRelativeWorkspaceLinkDestination(destination: string): boolean;
Defined in: _internal/markdown-links.ts:138
Determine whether a Markdown link target is a relative workspace path.
Parametersâ
| Parameter | Type |
|---|---|
destination | string |
Returnsâ
boolean