Skip to content

Commit 26ce258

Browse files
committed
fix(rules): export rule types for implementing packages
1 parent 150b5de commit 26ce258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

@commitlint/rules/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ import {typeEnum} from './type-enum';
3131
import {typeMaxLength} from './type-max-length';
3232
import {typeMinLength} from './type-min-length';
3333

34+
export * from './types';
35+
3436
export default {
3537
'body-case': bodyCase,
3638
'body-empty': bodyEmpty,

0 commit comments

Comments
 (0)