@vttforge/cli / LintOptions
Interface: LintOptions
Properties
audit?
optionalaudit?:boolean
Run vttforge audit after Biome. Default true.
cwd?
optionalcwd?:string
Project root to lint. Defaults to process.cwd().
fix?
optionalfix?:boolean
Write the safe fixes and format the files. Default false: report only.
strict?
optionalstrict?:boolean
Passed to the audit: any finding fails, not only HIGH. Default false.
write?
optionalwrite?: (chunk) =>void
Custom writer for the audit report (tests). Defaults to process.stdout.write.
Parameters
chunk
string
Returns
void