@@ -37,14 +37,14 @@ import { typeMaxLength } from "./type-max-length.js";
37
37
import { typeMinLength } from "./type-min-length.js" ;
38
38
39
39
export default {
40
- "breaking-change-exclamation-mark" : breakingChangeExclamationMark ,
41
40
"body-case" : bodyCase ,
42
41
"body-empty" : bodyEmpty ,
43
42
"body-full-stop" : bodyFullStop ,
44
43
"body-leading-blank" : bodyLeadingBlank ,
45
44
"body-max-length" : bodyMaxLength ,
46
45
"body-max-line-length" : bodyMaxLineLength ,
47
46
"body-min-length" : bodyMinLength ,
47
+ "breaking-change-exclamation-mark" : breakingChangeExclamationMark ,
48
48
"footer-empty" : footerEmpty ,
49
49
"footer-leading-blank" : footerLeadingBlank ,
50
50
"footer-max-length" : footerMaxLength ,
@@ -64,10 +64,10 @@ export default {
64
64
"signed-off-by" : signedOffBy ,
65
65
"subject-case" : subjectCase ,
66
66
"subject-empty" : subjectEmpty ,
67
+ "subject-exclamation-mark" : subjectExclamationMark ,
67
68
"subject-full-stop" : subjectFullStop ,
68
69
"subject-max-length" : subjectMaxLength ,
69
70
"subject-min-length" : subjectMinLength ,
70
- "subject-exclamation-mark" : subjectExclamationMark ,
71
71
"trailer-exists" : trailerExists ,
72
72
"type-case" : typeCase ,
73
73
"type-empty" : typeEmpty ,
0 commit comments