fix: 修复 oxlint 报告的代码质量问题

This commit is contained in:
2026-06-09 14:33:15 +08:00
parent 6ebfe24921
commit 5a7b8f1dcc
5 changed files with 4 additions and 11 deletions

View File

@@ -1,11 +1,5 @@
import { describe, it, expect } from "bun:test";
import {
CliError,
UsageError,
ConfigError,
CommandError,
InternalError,
} from "../../src/cli/errors.ts";
import { UsageError, ConfigError, InternalError } from "../../src/cli/errors.ts";
import { mapError } from "../../src/cli.ts";
describe("mapError", () => {