Skip to content

Commit

Permalink
fix(rules): export rule types for implementing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 26, 2020
1 parent 150b5de commit 26ce258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions @commitlint/rules/src/index.ts
Expand Up @@ -31,6 +31,8 @@ import {typeEnum} from './type-enum';
import {typeMaxLength} from './type-max-length';
import {typeMinLength} from './type-min-length';

export * from './types';

export default {
'body-case': bodyCase,
'body-empty': bodyEmpty,
Expand Down

0 comments on commit 26ce258

Please sign in to comment.