eslint-plugin-copilot Documentation / _internal/copilot-file-kind / getCopilotFileKind
Function: getCopilotFileKind()
function getCopilotFileKind(filePath: string): CopilotFileKind | null;
Defined in: _internal/copilot-file-kind.ts:105
Derive the Copilot customization file kind for an absolute or relative path.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
CopilotFileKind | null