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