Skip to content

Commit 1576687

Browse files
committed
style: restore imports order
1 parent 961d3ff commit 1576687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/load-changelog-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import conventionalChangelogAngular from "conventional-changelog-angular";
2-
import importFrom from "import-from-esm";
31
import { dirname } from "node:path";
42
import { fileURLToPath } from "node:url";
3+
import importFrom from "import-from-esm";
4+
import conventionalChangelogAngular from "conventional-changelog-angular";
55

66
/**
77
* Load `conventional-changelog-parser` options. Handle presets that return either a `Promise<Array>` or a `Promise<Function>`.

0 commit comments

Comments
 (0)