Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.tsx
File · 0.80
Calls
1
_get
Method · 0.95
Tested by
no test coverage detected