mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 03:45:46 -06:00
13 lines
454 B
JSON
13 lines
454 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",
|
|
"openclaw-boundaries/no-widen-then-assert": "error",
|
|
"openclaw-boundaries/no-chained-type-assertions": "error"
|
|
}
|
|
}
|