We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a741d commit 5b90103Copy full SHA for 5b90103
@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