MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / getEslintConfig

Method getEslintConfig

src/pkg/config/config.ts:324–326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

322 }
323
324 getEslintConfig() {
325 return this._get<string>("eslint_config", defaultConfig);
326 }
327
328 setEslintConfig(v: string) {
329 if (v === "") {

Callers 1

index.tsxFile · 0.80

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected