index.js 3.6 KB

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