index.js 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. const body_case_1 = require("./body-case");
  4. const body_empty_1 = require("./body-empty");
  5. const body_full_stop_1 = require("./body-full-stop");
  6. const body_leading_blank_1 = require("./body-leading-blank");
  7. const body_max_length_1 = require("./body-max-length");
  8. const body_max_line_length_1 = require("./body-max-line-length");
  9. const body_min_length_1 = require("./body-min-length");
  10. const footer_empty_1 = require("./footer-empty");
  11. const footer_leading_blank_1 = require("./footer-leading-blank");
  12. const footer_max_length_1 = require("./footer-max-length");
  13. const footer_max_line_length_1 = require("./footer-max-line-length");
  14. const footer_min_length_1 = require("./footer-min-length");
  15. const header_case_1 = require("./header-case");
  16. const header_full_stop_1 = require("./header-full-stop");
  17. const header_max_length_1 = require("./header-max-length");
  18. const header_min_length_1 = require("./header-min-length");
  19. const references_empty_1 = require("./references-empty");
  20. const scope_case_1 = require("./scope-case");
  21. const scope_empty_1 = require("./scope-empty");
  22. const scope_enum_1 = require("./scope-enum");
  23. const scope_max_length_1 = require("./scope-max-length");
  24. const scope_min_length_1 = require("./scope-min-length");
  25. const signed_off_by_1 = require("./signed-off-by");
  26. const subject_case_1 = require("./subject-case");
  27. const subject_empty_1 = require("./subject-empty");
  28. const subject_full_stop_1 = require("./subject-full-stop");
  29. const subject_max_length_1 = require("./subject-max-length");
  30. const subject_min_length_1 = require("./subject-min-length");
  31. const subject_exclamation_mark_1 = require("./subject-exclamation-mark");
  32. const trailer_exists_1 = require("./trailer-exists");
  33. const type_case_1 = require("./type-case");
  34. const type_empty_1 = require("./type-empty");
  35. const type_enum_1 = require("./type-enum");
  36. const type_max_length_1 = require("./type-max-length");
  37. const type_min_length_1 = require("./type-min-length");
  38. exports.default = {
  39. 'body-case': body_case_1.bodyCase,
  40. 'body-empty': body_empty_1.bodyEmpty,
  41. 'body-full-stop': body_full_stop_1.bodyFullStop,
  42. 'body-leading-blank': body_leading_blank_1.bodyLeadingBlank,
  43. 'body-max-length': body_max_length_1.bodyMaxLength,
  44. 'body-max-line-length': body_max_line_length_1.bodyMaxLineLength,
  45. 'body-min-length': body_min_length_1.bodyMinLength,
  46. 'footer-empty': footer_empty_1.footerEmpty,
  47. 'footer-leading-blank': footer_leading_blank_1.footerLeadingBlank,
  48. 'footer-max-length': footer_max_length_1.footerMaxLength,
  49. 'footer-max-line-length': footer_max_line_length_1.footerMaxLineLength,
  50. 'footer-min-length': footer_min_length_1.footerMinLength,
  51. 'header-case': header_case_1.headerCase,
  52. 'header-full-stop': header_full_stop_1.headerFullStop,
  53. 'header-max-length': header_max_length_1.headerMaxLength,
  54. 'header-min-length': header_min_length_1.headerMinLength,
  55. 'references-empty': references_empty_1.referencesEmpty,
  56. 'scope-case': scope_case_1.scopeCase,
  57. 'scope-empty': scope_empty_1.scopeEmpty,
  58. 'scope-enum': scope_enum_1.scopeEnum,
  59. 'scope-max-length': scope_max_length_1.scopeMaxLength,
  60. 'scope-min-length': scope_min_length_1.scopeMinLength,
  61. 'signed-off-by': signed_off_by_1.signedOffBy,
  62. 'subject-case': subject_case_1.subjectCase,
  63. 'subject-empty': subject_empty_1.subjectEmpty,
  64. 'subject-full-stop': subject_full_stop_1.subjectFullStop,
  65. 'subject-max-length': subject_max_length_1.subjectMaxLength,
  66. 'subject-min-length': subject_min_length_1.subjectMinLength,
  67. 'subject-exclamation-mark': subject_exclamation_mark_1.subjectExclamationMark,
  68. 'trailer-exists': trailer_exists_1.trailerExists,
  69. 'type-case': type_case_1.typeCase,
  70. 'type-empty': type_empty_1.typeEmpty,
  71. 'type-enum': type_enum_1.typeEnum,
  72. 'type-max-length': type_max_length_1.typeMaxLength,
  73. 'type-min-length': type_min_length_1.typeMinLength,
  74. };
  75. //# sourceMappingURL=index.js.map