mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix(agents): prevent embedded runtime shadowing
This commit is contained in:
@@ -233,6 +233,12 @@
|
||||
"typescript/unbound-method": "off",
|
||||
"eslint/no-unsafe-optional-chaining": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["src/agents/embedded-agent-runner/run/attempt.ts"],
|
||||
"rules": {
|
||||
"eslint/no-shadow": "error"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user