eslint-plugin-copilot Documentation / _internal/repository-hooks-json / formatJsonValue
Function: formatJsonValue()
function formatJsonValue(value: JsonValue | undefined): string;
Defined in: _internal/repository-hooks-json.ts:144
Format a parsed JSON value for diagnostic messages.
Parametersâ
| Parameter | Type |
| --------- | ------------------------------------------- | ----------- |
| value | JsonValue | undefined |
Returnsâ
string