We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150b5de commit 26ce258Copy full SHA for 26ce258
@commitlint/rules/src/index.ts
@@ -31,6 +31,8 @@ import {typeEnum} from './type-enum';
31
import {typeMaxLength} from './type-max-length';
32
import {typeMinLength} from './type-min-length';
33
34
+export * from './types';
35
+
36
export default {
37
'body-case': bodyCase,
38
'body-empty': bodyEmpty,
0 commit comments