mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 02:45:38 -06:00
ff95d0c269
* perf(ci): move boundary guards to oxlint Co-authored-by: Sash Zats <sash@zats.io> * fix(ci): avoid dead editor URL export Co-authored-by: Sash Zats <sash@zats.io> * fix(ci): declare path-loaded boundary guard roots Co-authored-by: Sash Zats <sash@zats.io> * fix(ci): model Oxlint plugin export in Knip Co-authored-by: Sash Zats <sash@zats.io> --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
11 lines
334 B
JSON
11 lines
334 B
JSON
{
|
|
"$schema": "../../node_modules/oxlint/configuration_schema.json",
|
|
"plugins": [],
|
|
"jsPlugins": ["../../scripts/oxlint-boundary-guards.mjs"],
|
|
"categories": { "correctness": "off" },
|
|
"rules": {
|
|
"openclaw-boundaries/no-raw-window-open-call": "error",
|
|
"openclaw-boundaries/no-register-http-handler-call": "error"
|
|
}
|
|
}
|