index.d.ts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. declare const _default: {
  2. 'body-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | 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. 'subject-exclamation-mark': import("@commitlint/types").SyncRule<never>;
  31. 'trailer-exists': import("@commitlint/types").SyncRule<string>;
  32. 'type-case': import("@commitlint/types").SyncRule<import("@commitlint/types").TargetCaseType | import("@commitlint/types").TargetCaseType[]>;
  33. 'type-empty': import("@commitlint/types").SyncRule<never>;
  34. 'type-enum': import("@commitlint/types").SyncRule<string[]>;
  35. 'type-max-length': import("@commitlint/types").SyncRule<number>;
  36. 'type-min-length': import("@commitlint/types").SyncRule<number>;
  37. };
  38. export default _default;
  39. //# sourceMappingURL=index.d.ts.map