MCPcopy Create free account
hub / github.com/conventional-changelog/commitlint / FormatOptions

Interface FormatOptions

@commitlint/types/src/format.ts:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30export type ChalkColor = PicocolorsColor;
31
32export interface FormatOptions {
33 color?: boolean;
34 signs?: readonly [string, string, string];
35 colors?: readonly [PicocolorsColor, PicocolorsColor, PicocolorsColor];
36 verbose?: boolean;
37 helpUrl?: string;
38 legacyOutput?: boolean;
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected