eslint-plugin-copilot Documentation / _internal/copilot-file-kind / isRepositoryHookFilePath
Function: isRepositoryHookFilePath()
function isRepositoryHookFilePath(filePath: string): boolean;
Defined in: _internal/copilot-file-kind.ts:76
Check whether a path points to a repository hook configuration file.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean