Skip to content

Commit 28aef91

Browse files
committed
lint.
1 parent d17f570 commit 28aef91

26 files changed

Lines changed: 49 additions & 54 deletions

File tree

src/lib/components/billing/alerts/selectProjectCloud.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292

9393
<Modal bind:show={showSelectProject} title="Manage projects" onSubmit={updateSelected}>
9494
<svelte:fragment slot="description">
95-
Choose which {$currentPlan?.projects || 2} projects to keep. Projects over the limit will be
96-
blocked after this date.
95+
Choose which {$currentPlan?.projects || 2} projects to keep. Projects over the limit will be blocked
96+
after this date.
9797
</svelte:fragment>
9898

9999
{#if loading}

src/lib/components/logs/logsResponse.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
{:else}
144144
<Card padding="xs" radius="s">
145145
<Typography.Text>
146-
Body data is not captured by {resolvedProfile.platform} for your user's security
147-
and privacy. To display body data in the Logs tab, use <InlineCode
146+
Body data is not captured by {resolvedProfile.platform} for your user's security and
147+
privacy. To display body data in the Logs tab, use <InlineCode
148148
code="context.log()"
149149
size="s" />. <Link external {href} variant="muted">Learn more</Link>.
150150
</Typography.Text>

src/lib/components/organizationUsageLimits.svelte

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,8 @@
262262
{#if showSelectProject}
263263
<Modal bind:show={showSelectProject} title="Manage projects" onSubmit={updateSelected}>
264264
<svelte:fragment slot="description">
265-
Choose which {freePlanLimits.projects} projects to keep. Projects over the limit will be
266-
blocked after your billing cycle ends on {toLocaleDate(
267-
$organization.billingNextInvoiceDate
268-
)}.
265+
Choose which {freePlanLimits.projects} projects to keep. Projects over the limit will be blocked
266+
after your billing cycle ends on {toLocaleDate($organization.billingNextInvoiceDate)}.
269267
</svelte:fragment>
270268

271269
{#if error}

src/routes/(console)/(migration-wizard)/resource-form.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
{#if report && !isVersionAtLeast(version, '1.4.0') && $provider.provider === 'appwrite'}
130130
<Alert.Inline status="warning">
131131
<svelte:fragment slot="title">Functions not available for import</svelte:fragment>
132-
To migrate your functions, update the version of the {resolvedProfile.platform} instance
133-
you're importing from to a version newer than 1.4
132+
To migrate your functions, update the version of the {resolvedProfile.platform} instance you're
133+
importing from to a version newer than 1.4
134134
</Alert.Inline>
135135
{/if}
136136

src/routes/(console)/organization-[organization]/billing/budgetAlert.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
<svelte:fragment slot="title">Billing alerts</svelte:fragment>
8282
{#if !currentPlan.budgeting}
8383
Get notified by email when your organization meets a percentage of your budget cap. <b
84-
>{tierToPlan(organization.billingPlan).name} organizations will receive one notification
85-
at 75% resource usage.</b>
84+
>{tierToPlan(organization.billingPlan).name} organizations will receive one notification at
85+
75% resource usage.</b>
8686
{:else}
8787
Get notified by email when your organization meets or exceeds a percentage of your specified
8888
billing alert(s).

src/routes/(console)/organization-[organization]/billing/budgetCap.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<Form onSubmit={updateBudget}>
5151
<CardGrid>
5252
<svelte:fragment slot="title">Budget cap</svelte:fragment>
53-
Restrict your resource usage by setting a budget cap. Cap usage is reset at the beginning of
54-
each billing cycle.
53+
Restrict your resource usage by setting a budget cap. Cap usage is reset at the beginning of each
54+
billing cycle.
5555
<svelte:fragment slot="aside">
5656
{#if !currentPlan.budgeting}
5757
<Alert.Inline status="info" title="Budget caps are a Pro plan feature">

src/routes/(console)/organization-[organization]/change-plan/+page.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,7 @@
382382
{:else}
383383
After switching plans,
384384
<b
385-
>you will be charged {price} monthly for {extraMembers} team
386-
members.</b>
385+
>you will be charged {price} monthly for {extraMembers} team members.</b>
387386
This will be reflected in your next invoice.
388387
{/if}
389388
</Alert.Inline>

src/routes/(console)/organization-[organization]/settings/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181

8282
<CardGrid>
8383
<svelte:fragment slot="title">Delete organization</svelte:fragment>
84-
The organization will be permanently deleted, including all projects and data associated
85-
with this organization. This action is irreversible.
84+
The organization will be permanently deleted, including all projects and data associated with
85+
this organization. This action is irreversible.
8686
<svelte:fragment slot="aside">
8787
<BoxAvatar>
8888
<svelte:fragment slot="image">

src/routes/(console)/organization-[organization]/settings/downloadDPA.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
<CardGrid>
1919
<svelte:fragment slot="title">DPA</svelte:fragment>
20-
After downloading, have the DPA signed by your organization's compliance authority, such as your
21-
CEO or Compliance Manager, and submit it to
20+
After downloading, have the DPA signed by your organization's compliance authority, such as your CEO
21+
or Compliance Manager, and submit it to
2222
<a class="link" href="mailto:privacy@appwrite.io">privacy@appwrite.io</a>.
2323
<svelte:fragment slot="aside">
2424
<Box>

src/routes/(console)/project-[region]-[project]/auth/(providers)/appleOAuth.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444

4545
<Modal {error} onSubmit={update} bind:show on:close title={`${provider.name} OAuth2 settings`}>
4646
<p slot="description">
47-
To use {provider.name} authentication in your application, first fill in this form. For more
48-
info you can
47+
To use {provider.name} authentication in your application, first fill in this form. For more info
48+
you can
4949
<Link.Anchor
5050
class="link"
5151
href={oAuthProvider?.docs}

0 commit comments

Comments
 (0)