mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-05 06:42:56 +00:00
chore(lint): enable stricter oxlint rules
This commit is contained in:
@@ -2,7 +2,7 @@ import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import { renderRootHelpText } from "./root-help.js";
|
||||
|
||||
const getPluginCliCommandDescriptorsMock = vi.fn(
|
||||
async (configForTest?: unknown, _env?: unknown, _loaderOptions?: unknown) => [
|
||||
async (_configForTest?: unknown, _env?: unknown, _loaderOptions?: unknown) => [
|
||||
{
|
||||
name: "matrix",
|
||||
description: "Matrix channel utilities",
|
||||
|
||||
Reference in New Issue
Block a user