Skip to content

Commit 77b550d

Browse files
committed
style: reexport default directly
1 parent c985329 commit 77b550d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

@commitlint/format/src/index.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
import format from "./format";
2-
3-
export default format;
4-
export * from "./format";
1+
export { default } from './format';
2+
export * from './format';

0 commit comments

Comments
 (0)