Skip to content

Commit 3030556

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent e1dd377 commit 3030556

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/astro/src/cli/add/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,13 @@ function parseIntegrationName(spec: string) {
10171017

10181018
let hasHintedAboutYesFlag = false;
10191019

1020-
async function askToContinue({ flags, logger }: { flags: Flags, logger: Logger }): Promise<boolean> {
1020+
async function askToContinue({
1021+
flags,
1022+
logger,
1023+
}: {
1024+
flags: Flags;
1025+
logger: Logger;
1026+
}): Promise<boolean> {
10211027
if (flags.yes || flags.y) return true;
10221028
if (!hasHintedAboutYesFlag) {
10231029
hasHintedAboutYesFlag = true;

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ overrides:
1919
minimumReleaseAge: 4320
2020
minimumReleaseAgeExclude:
2121
- '@biomejs/*'
22-
# Temporary, so we can install the fork
23-
- 'piccolore'
22+
# Temporary, so we can install the fork
23+
- 'piccolore'
2424
peerDependencyRules:
2525
allowAny:
2626
- 'astro'

0 commit comments

Comments
 (0)