Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
const
runCliWithoutGitignore = (dir, args, options) =>
10
runCli(dir, [...args,
"--ignore-path"
,
".prettierignore"
], options);
11
12
describe(
"--cache option"
, () => {
13
const
dir = resolveDir(
"cli/cache"
);
Callers
1
cache.js
File · 0.70
Calls
1
runCli
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…