MCPcopy Index your code
hub / github.com/code-pushup/cli / isRecommended

Function isRecommended

packages/plugin-js-packages/src/lib/binding.ts:176–178  ·  view source on GitHub ↗
(targetDir: string)

Source from the content-addressed store, hash-verified

174}
175
176async function isRecommended(targetDir: string): Promise<boolean> {
177 return fileExists(path.join(targetDir, 'package.json'));
178}

Callers

nothing calls this directly

Calls 1

fileExistsFunction · 0.90

Tested by

no test coverage detected