index.d.ts 3.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. declare const _default: {
  2. 'body-case': import("@commitlint/types").BaseRule<import("@commitlint/types").TargetCaseType, "sync">;
  3. 'body-empty': import("@commitlint/types").BaseRule<never, "sync">;
  4. 'body-leading-blank': import("@commitlint/types").BaseRule<never, "sync">;
  5. 'body-max-length': import("@commitlint/types").BaseRule<number, "sync">;
  6. 'body-max-line-length': import("@commitlint/types").BaseRule<number, "sync">;
  7. 'body-min-length': import("@commitlint/types").BaseRule<number, "sync">;
  8. 'footer-empty': import("@commitlint/types").BaseRule<never, "sync">;
  9. 'footer-leading-blank': import("@commitlint/types").BaseRule<never, "sync">;
  10. 'footer-max-length': import("@commitlint/types").BaseRule<number, "sync">;
  11. 'footer-max-line-length': import("@commitlint/types").BaseRule<number, "sync">;
  12. 'footer-min-length': import("@commitlint/types").BaseRule<number, "sync">;
  13. 'header-case': import("@commitlint/types").BaseRule<"camel-case" | "kebab-case" | "snake-case" | "pascal-case" | "start-case" | "upper-case" | "uppercase" | "sentence-case" | "sentencecase" | "lower-case" | "lowercase" | "lowerCase" | import("@commitlint/types").TargetCaseType[], "sync">;
  14. 'header-full-stop': import("@commitlint/types").BaseRule<string, "sync">;
  15. 'header-max-length': import("@commitlint/types").BaseRule<number, "sync">;
  16. 'header-min-length': import("@commitlint/types").BaseRule<number, "sync">;
  17. 'references-empty': import("@commitlint/types").BaseRule<never, "sync">;
  18. 'scope-case': import("@commitlint/types").BaseRule<"camel-case" | "kebab-case" | "snake-case" | "pascal-case" | "start-case" | "upper-case" | "uppercase" | "sentence-case" | "sentencecase" | "lower-case" | "lowercase" | "lowerCase" | import("@commitlint/types").TargetCaseType[], "sync">;
  19. 'scope-empty': import("@commitlint/types").BaseRule<never, "sync">;
  20. 'scope-enum': import("@commitlint/types").BaseRule<string[], "sync">;
  21. 'scope-max-length': import("@commitlint/types").BaseRule<number, "sync">;
  22. 'scope-min-length': import("@commitlint/types").BaseRule<number, "sync">;
  23. 'signed-off-by': import("@commitlint/types").BaseRule<string, "sync">;
  24. 'subject-case': import("@commitlint/types").BaseRule<"camel-case" | "kebab-case" | "snake-case" | "pascal-case" | "start-case" | "upper-case" | "uppercase" | "sentence-case" | "sentencecase" | "lower-case" | "lowercase" | "lowerCase" | import("@commitlint/types").TargetCaseType[], "sync">;
  25. 'subject-empty': import("@commitlint/types").BaseRule<never, "sync">;
  26. 'subject-full-stop': import("@commitlint/types").BaseRule<string, "sync">;
  27. 'subject-max-length': import("@commitlint/types").BaseRule<number, "sync">;
  28. 'subject-min-length': import("@commitlint/types").BaseRule<number, "sync">;
  29. 'type-case': import("@commitlint/types").BaseRule<"camel-case" | "kebab-case" | "snake-case" | "pascal-case" | "start-case" | "upper-case" | "uppercase" | "sentence-case" | "sentencecase" | "lower-case" | "lowercase" | "lowerCase" | import("@commitlint/types").TargetCaseType[], "sync">;
  30. 'type-empty': import("@commitlint/types").BaseRule<never, "sync">;
  31. 'type-enum': import("@commitlint/types").BaseRule<string[], "sync">;
  32. 'type-max-length': import("@commitlint/types").BaseRule<number, "sync">;
  33. 'type-min-length': import("@commitlint/types").BaseRule<number, "sync">;
  34. };
  35. export default _default;
  36. //# sourceMappingURL=index.d.ts.map