Skip to content

Commit

Permalink
style: restore imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Oct 13, 2023
1 parent 961d3ff commit 1576687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/load-changelog-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import conventionalChangelogAngular from "conventional-changelog-angular";
import importFrom from "import-from-esm";
import { dirname } from "node:path";
import { fileURLToPath } from "node:url";
import importFrom from "import-from-esm";
import conventionalChangelogAngular from "conventional-changelog-angular";

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

0 comments on commit 1576687

Please sign in to comment.