Skip to content

Commit a1e37a0

Browse files
committed
fix(is-ignored): explicitly export default from is ignored
1 parent 6246365 commit a1e37a0

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)