We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c985329 commit 77b550dCopy full SHA for 77b550d
@commitlint/format/src/index.ts
@@ -1,4 +1,2 @@
1
-import format from "./format";
2
-
3
-export default format;
4
-export * from "./format";
+export { default } from './format';
+export * from './format';
0 commit comments