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

Interface LoadOptions

@commitlint/types/src/load.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface LoadOptions {
13 cwd?: string;
14 file?: string;
15}
16
17export interface UserConfig {
18 extends?: string | string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected