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

Function runCliWithoutGitignore

tests/integration/__tests__/patterns-dirs.js:11–12  ·  view source on GitHub ↗
(dir, args, options)

Source from the content-addressed store, hash-verified

9expect.addSnapshotSerializer(jestPathSerializer);
10
11const runCliWithoutGitignore = (dir, args, options) =>
12 runCli(dir, [...args, "--ignore-path", ".prettierignore"], options);
13
14// ESLint-like behavior
15//

Callers 2

patterns-dirs.jsFile · 0.70
testPatternsFunction · 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…