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

Function generateESLintConfig

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

Source from the content-addressed store, hash-verified

233}
234
235async function generateESLintConfig(options: Options): Promise<void> {
236 return generateConfigFile(options, './eslint.config.js', ESLINT_CONFIG);
237}
238
239async function generateESLintIgnore(options: Options): Promise<void> {
240 return generateConfigFile(options, './eslint.ignores.js', ESLINT_IGNORE);

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…