UNPKG

2.9 kBTypeScriptView Raw
1declare const _default: {
2 'body-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
3 'body-empty': import("@commitlint/types").SyncRule;
4 'body-full-stop': import("@commitlint/types").SyncRule<string>;
5 'body-leading-blank': import("@commitlint/types").SyncRule;
6 'body-max-length': import("@commitlint/types").SyncRule<number>;
7 'body-max-line-length': import("@commitlint/types").SyncRule<number>;
8 'body-min-length': import("@commitlint/types").SyncRule<number>;
9 'footer-empty': import("@commitlint/types").SyncRule;
10 'footer-leading-blank': import("@commitlint/types").SyncRule;
11 'footer-max-length': import("@commitlint/types").SyncRule<number>;
12 'footer-max-line-length': import("@commitlint/types").SyncRule<number>;
13 'footer-min-length': import("@commitlint/types").SyncRule<number>;
14 'header-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
15 'header-full-stop': import("@commitlint/types").SyncRule<string>;
16 'header-max-length': import("@commitlint/types").SyncRule<number>;
17 'header-min-length': import("@commitlint/types").SyncRule<number>;
18 'header-trim': import("@commitlint/types").SyncRule;
19 'references-empty': import("@commitlint/types").SyncRule;
20 'scope-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
21 'scope-empty': import("@commitlint/types").SyncRule;
22 'scope-enum': import("@commitlint/types").SyncRule<string[]>;
23 'scope-max-length': import("@commitlint/types").SyncRule<number>;
24 'scope-min-length': import("@commitlint/types").SyncRule<number>;
25 'signed-off-by': import("@commitlint/types").SyncRule<string>;
26 'subject-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
27 'subject-empty': import("@commitlint/types").SyncRule;
28 'subject-full-stop': import("@commitlint/types").SyncRule<string>;
29 'subject-max-length': import("@commitlint/types").SyncRule<number>;
30 'subject-min-length': import("@commitlint/types").SyncRule<number>;
31 'subject-exclamation-mark': import("@commitlint/types").SyncRule;
32 'trailer-exists': import("@commitlint/types").SyncRule<string>;
33 'type-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
34 'type-empty': import("@commitlint/types").SyncRule;
35 'type-enum': import("@commitlint/types").SyncRule<string[]>;
36 'type-max-length': import("@commitlint/types").SyncRule<number>;
37 'type-min-length': import("@commitlint/types").SyncRule<number>;
38};
39export default _default;
40//# sourceMappingURL=index.d.ts.map
\No newline at end of file