MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getPrettierConfig

Function getPrettierConfig

gulpfile.mjs:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 .join(''));
117
118const getPrettierConfig = async () => ({
119 ...JSON.parse(await promises.readFile('.prettierrc', UTF8)),
120 parser: 'typescript',
121});
122
123const allOf = (array, cb) => Promise.all(array.map(cb));
124const allModules = (cb) => allOf(ALL_MODULES, cb);

Callers 3

lintCheckFilesFunction · 0.85
lintCheckDocsFunction · 0.85
compileModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…