| 1 | import { describe, expect, it } from "vitest"; |
| 2 | import type { HyperframeLintFinding } from "@hyperframes/core/lint"; |
| 3 | import { formatLintFindings } from "./lintFormat.js"; |
| 4 | import type { ProjectLintResult } from "./lintProject.js"; |
nothing calls this directly
no test coverage detected