summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-06-22 16:49:59 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-06-22 16:49:59 +0000
commitb9f891b8a65652e5ef167829c19b0a3f39501bb4 (patch)
treee6e1df6bca29668bf7af9f1cd4928b4227d135f4
parent9a813268db2e3a7ed5644739b7a12e83e5d239b2 (diff)
downloadastro-b9f891b8a65652e5ef167829c19b0a3f39501bb4.tar.gz
astro-b9f891b8a65652e5ef167829c19b0a3f39501bb4.tar.zst
astro-b9f891b8a65652e5ef167829c19b0a3f39501bb4.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/astro/src/vite-plugin-astro/index.ts2
-rw-r--r--packages/astro/src/vite-plugin-astro/query.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/src/vite-plugin-astro/index.ts b/packages/astro/src/vite-plugin-astro/index.ts
index cca58834e..1318d7458 100644
--- a/packages/astro/src/vite-plugin-astro/index.ts
+++ b/packages/astro/src/vite-plugin-astro/index.ts
@@ -182,7 +182,7 @@ export default function astro({ config, logging }: AstroPluginOptions): vite.Plu
vite: {
lang: 'ts',
},
- }
+ },
};
}
}
diff --git a/packages/astro/src/vite-plugin-astro/query.ts b/packages/astro/src/vite-plugin-astro/query.ts
index e6eff13d7..bc4908bbe 100644
--- a/packages/astro/src/vite-plugin-astro/query.ts
+++ b/packages/astro/src/vite-plugin-astro/query.ts
@@ -10,7 +10,7 @@ export interface AstroQuery {
export interface ParsedRequestResult {
filename: string;
query: AstroQuery;
-};
+}
// Parses an id to check if its an Astro request.
// CSS is imported like `import '/src/pages/index.astro?astro&type=style&index=0&lang.css';