123456789101112131415161718192021222324252627282930313233343536373839 |
- declare const _default: {
- 'body-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
- 'body-empty': import("@commitlint/types").SyncRule<never>;
- 'body-full-stop': import("@commitlint/types").SyncRule<string>;
- 'body-leading-blank': import("@commitlint/types").SyncRule<never>;
- 'body-max-length': import("@commitlint/types").SyncRule<number>;
- 'body-max-line-length': import("@commitlint/types").SyncRule<number>;
- 'body-min-length': import("@commitlint/types").SyncRule<number>;
- 'footer-empty': import("@commitlint/types").SyncRule<never>;
- 'footer-leading-blank': import("@commitlint/types").SyncRule<never>;
- 'footer-max-length': import("@commitlint/types").SyncRule<number>;
- 'footer-max-line-length': import("@commitlint/types").SyncRule<number>;
- 'footer-min-length': import("@commitlint/types").SyncRule<number>;
- 'header-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
- 'header-full-stop': import("@commitlint/types").SyncRule<string>;
- 'header-max-length': import("@commitlint/types").SyncRule<number>;
- 'header-min-length': import("@commitlint/types").SyncRule<number>;
- 'references-empty': import("@commitlint/types").SyncRule<never>;
- 'scope-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
- 'scope-empty': import("@commitlint/types").SyncRule<never>;
- 'scope-enum': import("@commitlint/types").SyncRule<string[]>;
- 'scope-max-length': import("@commitlint/types").SyncRule<number>;
- 'scope-min-length': import("@commitlint/types").SyncRule<number>;
- 'signed-off-by': import("@commitlint/types").SyncRule<string>;
- 'subject-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
- 'subject-empty': import("@commitlint/types").SyncRule<never>;
- 'subject-full-stop': import("@commitlint/types").SyncRule<string>;
- 'subject-max-length': import("@commitlint/types").SyncRule<number>;
- 'subject-min-length': import("@commitlint/types").SyncRule<number>;
- 'subject-exclamation-mark': import("@commitlint/types").SyncRule<never>;
- 'trailer-exists': import("@commitlint/types").SyncRule<string>;
- 'type-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
- 'type-empty': import("@commitlint/types").SyncRule<never>;
- 'type-enum': import("@commitlint/types").SyncRule<string[]>;
- 'type-max-length': import("@commitlint/types").SyncRule<number>;
- 'type-min-length': import("@commitlint/types").SyncRule<number>;
- };
- export default _default;
- //# sourceMappingURL=index.d.ts.map
|