summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/src
diff options
context:
space:
mode:
authorGravatar bluwy <bluwy@users.noreply.github.com> 2022-09-28 15:15:42 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-09-28 15:15:42 +0000
commit0722ae0251018a13b67f2c145a247b395b5dcfd1 (patch)
treeff3a1ae5d49cbb2e821e22f41330a948ca0d0bfb /packages/markdown/remark/src
parent812658ad2ab3732a99e35c4fd903e302e723db46 (diff)
downloadastro-0722ae0251018a13b67f2c145a247b395b5dcfd1.tar.gz
astro-0722ae0251018a13b67f2c145a247b395b5dcfd1.tar.zst
astro-0722ae0251018a13b67f2c145a247b395b5dcfd1.zip
[ci] format
Diffstat (limited to 'packages/markdown/remark/src')
-rw-r--r--packages/markdown/remark/src/load-plugins.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/markdown/remark/src/load-plugins.ts b/packages/markdown/remark/src/load-plugins.ts
index 37798db14..abc93c122 100644
--- a/packages/markdown/remark/src/load-plugins.ts
+++ b/packages/markdown/remark/src/load-plugins.ts
@@ -1,7 +1,7 @@
+import { resolve as importMetaResolve } from 'import-meta-resolve';
import path from 'path';
-import { pathToFileURL } from 'url';
import * as unified from 'unified';
-import { resolve as importMetaResolve } from 'import-meta-resolve';
+import { pathToFileURL } from 'url';
const cwdUrlStr = pathToFileURL(path.join(process.cwd(), 'package.json')).toString();