Function: usesYamlExtension()
function usesYamlExtension(filePath: string): boolean;
Defined in: _internal/lint-targets.ts:145
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:145
Determine whether the path uses .yaml (rather than .yml).
string
boolean