UNPKG

4.02 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const body_case_1 = require("./body-case");
4const body_empty_1 = require("./body-empty");
5const body_full_stop_1 = require("./body-full-stop");
6const body_leading_blank_1 = require("./body-leading-blank");
7const body_max_length_1 = require("./body-max-length");
8const body_max_line_length_1 = require("./body-max-line-length");
9const body_min_length_1 = require("./body-min-length");
10const footer_empty_1 = require("./footer-empty");
11const footer_leading_blank_1 = require("./footer-leading-blank");
12const footer_max_length_1 = require("./footer-max-length");
13const footer_max_line_length_1 = require("./footer-max-line-length");
14const footer_min_length_1 = require("./footer-min-length");
15const header_case_1 = require("./header-case");
16const header_full_stop_1 = require("./header-full-stop");
17const header_max_length_1 = require("./header-max-length");
18const header_min_length_1 = require("./header-min-length");
19const references_empty_1 = require("./references-empty");
20const scope_case_1 = require("./scope-case");
21const scope_empty_1 = require("./scope-empty");
22const scope_enum_1 = require("./scope-enum");
23const scope_max_length_1 = require("./scope-max-length");
24const scope_min_length_1 = require("./scope-min-length");
25const signed_off_by_1 = require("./signed-off-by");
26const subject_case_1 = require("./subject-case");
27const subject_empty_1 = require("./subject-empty");
28const subject_full_stop_1 = require("./subject-full-stop");
29const subject_max_length_1 = require("./subject-max-length");
30const subject_min_length_1 = require("./subject-min-length");
31const subject_exclamation_mark_1 = require("./subject-exclamation-mark");
32const trailer_exists_1 = require("./trailer-exists");
33const type_case_1 = require("./type-case");
34const type_empty_1 = require("./type-empty");
35const type_enum_1 = require("./type-enum");
36const type_max_length_1 = require("./type-max-length");
37const type_min_length_1 = require("./type-min-length");
38exports.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
\No newline at end of file