eslint-plugin-copilot Documentation / _internal/repository-hooks-json / getRepositoryHooksValue
Function: getRepositoryHooksValue()
function getRepositoryHooksValue(
root: JsonValue | undefined
): JsonValue | undefined;
Defined in: _internal/repository-hooks-json.ts:98
Get the top-level hooks value when present.
Parametersâ
| Parameter | Type |
| --------- | ------------------------------------------- | ----------- |
| root | JsonValue | undefined |
Returnsâ
JsonValue | undefined