mirror of
https://github.com/withastro/astro.git
synced 2025-12-05 18:56:38 -06:00
[ci] format
This commit is contained in:
committed by
astrobot-houston
parent
e1dd377398
commit
30305563dd
@@ -1017,7 +1017,13 @@ function parseIntegrationName(spec: string) {
|
||||
|
||||
let hasHintedAboutYesFlag = false;
|
||||
|
||||
async function askToContinue({ flags, logger }: { flags: Flags, logger: Logger }): Promise<boolean> {
|
||||
async function askToContinue({
|
||||
flags,
|
||||
logger,
|
||||
}: {
|
||||
flags: Flags;
|
||||
logger: Logger;
|
||||
}): Promise<boolean> {
|
||||
if (flags.yes || flags.y) return true;
|
||||
if (!hasHintedAboutYesFlag) {
|
||||
hasHintedAboutYesFlag = true;
|
||||
|
||||
@@ -19,8 +19,8 @@ overrides:
|
||||
minimumReleaseAge: 4320
|
||||
minimumReleaseAgeExclude:
|
||||
- '@biomejs/*'
|
||||
# Temporary, so we can install the fork
|
||||
- 'piccolore'
|
||||
# Temporary, so we can install the fork
|
||||
- 'piccolore'
|
||||
peerDependencyRules:
|
||||
allowAny:
|
||||
- 'astro'
|
||||
|
||||
Reference in New Issue
Block a user