MCPcopy
hub / github.com/tailwindlabs/prettier-plugin-tailwindcss / resolveJsConfigPath

Function resolveJsConfigPath

src/sorter.ts:247–251  ·  view source on GitHub ↗
(configPath: string | null)

Source from the content-addressed store, hash-verified

245}
246
247function resolveJsConfigPath(configPath: string | null): string | null {
248 if (!configPath) return null
249 if (configPath.endsWith('.css')) return null
250 return configPath
251}
252
253let configPathCache = new Map<string, string | null>()
254

Callers 1

getTailwindConfigFunction · 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…