eslint-plugin-copilot Documentation / _internal/copilot-customization-names / isValidSkillIdentifier
Function: isValidSkillIdentifier()
function isValidSkillIdentifier(value: string): boolean;
Defined in: _internal/copilot-customization-names.ts:31
Determine whether a skill identifier matches the documented lowercase-hyphen form.
Parametersâ
| Parameter | Type |
|---|---|
value | string |
Returnsâ
boolean