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

Method setEnableEslint

src/pkg/config/config.ts:320–322  ·  view source on GitHub ↗
(val: boolean)

Source from the content-addressed store, hash-verified

318 }
319
320 setEnableEslint(val: boolean) {
321 this._set("enable_eslint", val);
322 }
323
324 getEslintConfig() {
325 return this._get<string>("eslint_config", defaultConfig);

Callers 1

config.test.tsFile · 0.80

Calls 1

_setMethod · 0.95

Tested by

no test coverage detected