UNPKG

2.71 kBTypeScriptView Raw
1declare const _default: {
2 'body-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType>;
3 'body-empty': import("@commitlint/types").SyncRule<never>;
4 'body-full-stop': import("@commitlint/types").SyncRule<string>;
5 'body-leading-blank': import("@commitlint/types").SyncRule<never>;
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<never>;
10 'footer-leading-blank': import("@commitlint/types").SyncRule<never>;
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 'references-empty': import("@commitlint/types").SyncRule<never>;
19 'scope-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
20 'scope-empty': import("@commitlint/types").SyncRule<never>;
21 'scope-enum': import("@commitlint/types").SyncRule<string[]>;
22 'scope-max-length': import("@commitlint/types").SyncRule<number>;
23 'scope-min-length': import("@commitlint/types").SyncRule<number>;
24 'signed-off-by': import("@commitlint/types").SyncRule<string>;
25 'subject-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
26 'subject-empty': import("@commitlint/types").SyncRule<never>;
27 'subject-full-stop': import("@commitlint/types").SyncRule<string>;
28 'subject-max-length': import("@commitlint/types").SyncRule<number>;
29 'subject-min-length': import("@commitlint/types").SyncRule<number>;
30 'type-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
31 'type-empty': import("@commitlint/types").SyncRule<never>;
32 'type-enum': import("@commitlint/types").SyncRule<string[]>;
33 'type-max-length': import("@commitlint/types").SyncRule<number>;
34 'type-min-length': import("@commitlint/types").SyncRule<number>;
35};
36export default _default;
37//# sourceMappingURL=index.d.ts.map
\No newline at end of file