Skip to content

Commit 0d217d5

Browse files
byCedricmarionebl
authored andcommitted
fix(is-ignored): explicitly export default from is ignored
1 parent 3a17f6a commit 0d217d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

@commitlint/is-ignored/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './is-ignored';
2+
export {default} from './is-ignored';
23
export {Matcher} from './defaults';

0 commit comments

Comments
 (0)