summaryrefslogtreecommitdiff
path: root/packages/create-astro/src/templates.ts
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-06-08 15:12:07 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-06-08 15:12:07 +0000
commita7594cfcdf7f12b1eba9b060e749b6d5690da167 (patch)
tree4ec64204300e32094e837e88418f68d7266fc87f /packages/create-astro/src/templates.ts
parent6bca7c83a7e2d62015f45f873b0f69f11b4d902b (diff)
downloadastro-a7594cfcdf7f12b1eba9b060e749b6d5690da167.tar.gz
astro-a7594cfcdf7f12b1eba9b060e749b6d5690da167.tar.zst
astro-a7594cfcdf7f12b1eba9b060e749b6d5690da167.zip
[ci] yarn format
Diffstat (limited to 'packages/create-astro/src/templates.ts')
-rw-r--r--packages/create-astro/src/templates.ts35
1 files changed, 19 insertions, 16 deletions
diff --git a/packages/create-astro/src/templates.ts b/packages/create-astro/src/templates.ts
index 63254a311..dce085314 100644
--- a/packages/create-astro/src/templates.ts
+++ b/packages/create-astro/src/templates.ts
@@ -1,16 +1,19 @@
-export const TEMPLATES = [,
- {
- title: 'Starter Kit (Generic)',
- value: 'starter'
- }, {
- title: 'Blog',
- value: 'blog'
- },
- {
- title: 'Documentation',
- value: 'docs'
- },
- {
- title: 'Portfolio',
- value: 'portfolio'
- }]; \ No newline at end of file
+export const TEMPLATES = [
+ ,
+ {
+ title: 'Starter Kit (Generic)',
+ value: 'starter',
+ },
+ {
+ title: 'Blog',
+ value: 'blog',
+ },
+ {
+ title: 'Documentation',
+ value: 'docs',
+ },
+ {
+ title: 'Portfolio',
+ value: 'portfolio',
+ },
+];