Function: usesYamlExtension()
function usesYamlExtension(filePath: string): boolean;
Defined in: _internal/lint-targets.ts:120
Determine whether the path uses .yaml (rather than .yml).
Parametersโ
filePathโ
string
Returnsโ
boolean
function usesYamlExtension(filePath: string): boolean;
Defined in: _internal/lint-targets.ts:120
Determine whether the path uses .yaml (rather than .yml).
string
boolean