MCPcopy
hub / github.com/prettier/prettier / runCliWithoutGitignore

Function runCliWithoutGitignore

tests/integration/__tests__/cache.js:9–10  ·  view source on GitHub ↗
(dir, args, options)

Source from the content-addressed store, hash-verified

7}
8
9const runCliWithoutGitignore = (dir, args, options) =>
10 runCli(dir, [...args, "--ignore-path", ".prettierignore"], options);
11
12describe("--cache option", () => {
13 const dir = resolveDir("cli/cache");

Callers 1

cache.jsFile · 0.70

Calls 1

runCliFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…