chore(lint): enable stricter oxlint rules

This commit is contained in:
Peter Steinberger
2026-05-31 18:43:54 +01:00
parent cb569f6ad9
commit 304e2c83c0
615 changed files with 3603 additions and 3701 deletions

View File

@@ -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",