Skip to content

@vttforge/cli / LintOptions

Interface: LintOptions

Properties

audit?

optional audit?: boolean

Run vttforge audit after Biome. Default true.


cwd?

optional cwd?: string

Project root to lint. Defaults to process.cwd().


fix?

optional fix?: boolean

Write the safe fixes and format the files. Default false: report only.


strict?

optional strict?: boolean

Passed to the audit: any finding fails, not only HIGH. Default false.


write?

optional write?: (chunk) => void

Custom writer for the audit report (tests). Defaults to process.stdout.write.

Parameters

chunk

string

Returns

void

MIT licensed.