Skip to content

Commit 4f4e635

Browse files
committed
prettier
1 parent 82cb0a4 commit 4f4e635

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/svelte.dev/src/routes/packages/+page.server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ const arrToPackages = (arr: string[]) => {
2424
const addons: { title: string; href?: string; description?: string; packages: Package[] }[] = [
2525
{
2626
title: 'Svelte CLI add-ons',
27-
description: 'sv, the Svelte CLI, lets you instantly add functionality to a new or existing project.',
27+
description:
28+
'sv, the Svelte CLI, lets you instantly add functionality to a new or existing project.',
2829
packages: arrToPackages(PACKAGES_META.SV_ADD.packages).map((pkg) => {
2930
pkg.name = pkg.svCmdAlias ?? pkg.name;
3031
pkg.homepage = `/docs/cli/${pkg.svCmdAlias}`;

0 commit comments

Comments
 (0)