eslint-plugin-copilot Documentation / _internal/copilot-file-kind / isSkillMarkdownFilePath
Function: isSkillMarkdownFilePath()
function isSkillMarkdownFilePath(filePath: string): boolean;
Defined in: _internal/copilot-file-kind.ts:55
Check whether a path points to a Markdown file inside a skill directory.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean