Skip to content

@vttforge/cli / LintResult

Interface: LintResult

Properties

auditExitCode

auditExitCode: 0 | 1 | null

Exit code of the audit, or null when it was skipped.


biomeExitCode

biomeExitCode: number

Exit code of the Biome run.


configPath

configPath: string | null

The shipped Biome config file in use. null means the project's own.


exitCode

exitCode: number

Non-zero when either half failed.

MIT licensed.