MCPcopy Index your code
hub / github.com/csscomb/csscomb.js / detectConfig

Function detectConfig

src/cli.js:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96function detectConfig() {
97 const config = Comb.detectInFile(options.detect);
98 return JSON.stringify(config, false, 4);
99}
100
101function getConfig() {
102 var configPath = options.config &&

Callers 1

cli.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected