UNPKG

markuplint

Version:

A Linter for All Markup Languages.

16 lines (15 loc) 307 B
export declare function command(options: { files?: string[]; codes?: string; fix?: boolean; workspace?: string; configFile?: string; format?: string; color?: boolean; problemOnly?: boolean; verbose?: boolean; }, /** * @deprecated */ exitCode?: number): Promise<void>;