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

Method getEnableEslint

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

Source from the content-addressed store, hash-verified

314 }
315
316 getEnableEslint() {
317 return this._get<boolean>("enable_eslint", true);
318 }
319
320 setEnableEslint(val: boolean) {
321 this._set("enable_eslint", val);

Callers 1

index.tsxFile · 0.80

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected