eslint-plugin-copilot Documentation / _internal/skill-files / isValidSkillDefinitionLocation
Function: isValidSkillDefinitionLocation()
function isValidSkillDefinitionLocation(filePath: string): boolean;
Defined in: _internal/skill-files.ts:16
Determine whether a file path is at a documented project-skill location.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean