mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:50:46 +00:00
ci: allow underscore oxlint rule in runner
This commit is contained in:
@@ -85,6 +85,7 @@ export function applyLocalOxlintPolicy(args, env, hostResources) {
|
||||
|
||||
insertBeforeSeparator(nextArgs, "--type-aware");
|
||||
insertBeforeSeparator(nextArgs, "--tsconfig", "tsconfig.oxlint.json");
|
||||
insertBeforeSeparator(nextArgs, "--allow", "eslint/no-underscore-dangle");
|
||||
if (
|
||||
!hasFlag(nextArgs, "--report-unused-disable-directives") &&
|
||||
!hasFlag(nextArgs, "--report-unused-disable-directives-severity")
|
||||
|
||||
Reference in New Issue
Block a user