eslint-plugin-copilot Documentation / _internal/copilot-file-kind / isSkillFilePath
Function: isSkillFilePath()
function isSkillFilePath(filePath: string): boolean;
Defined in: _internal/copilot-file-kind.ts:65
Check whether a path points to a SKILL.md skill definition file.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean