MCPcopy
hub / github.com/google/gts / generatePrettierConfig

Function generatePrettierConfig

src/init.ts:252–258  ·  view source on GitHub ↗
(options: Options)

Source from the content-addressed store, hash-verified

250}
251
252async function generatePrettierConfig(options: Options): Promise<void> {
253 const style = `module.exports = {
254 ...require('gts/.prettierrc.json'),
255};
256`;
257 return generateConfigFile(options, './.prettierrc.js', style);
258}
259
260async function generateEditorConfig(options: Options): Promise<void> {
261 const config = `root = true

Callers 1

initFunction · 0.85

Calls 1

generateConfigFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…