eslint-plugin-copilot Documentation / _internal/copilot-file-kind / isRepositoryInstructionsFilePath
Function: isRepositoryInstructionsFilePath()
function isRepositoryInstructionsFilePath(filePath: string): boolean;
Defined in: _internal/copilot-file-kind.ts:87
Check whether a path points to a repository-wide Copilot instructions file.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean