[ci] format

This commit is contained in:
natemoo-re 2022-10-28 17:26:22 +00:00 committed by fredkbot
parent 641b6d7d58
commit e35bc26186

View file

@ -1,7 +1,6 @@
/* eslint no-console: 'off' */
import { color, generateProjectName, label, say } from '@astrojs/cli-kit';
import { forceUnicode } from '@astrojs/cli-kit/utils';
import { random } from '@astrojs/cli-kit/utils';
import { forceUnicode, random } from '@astrojs/cli-kit/utils';
import { assign, parse, stringify } from 'comment-json';
import { execa, execaCommand } from 'execa';
import fs from 'fs';
@ -96,7 +95,8 @@ export async function main() {
logger.debug('Verbose logging turned on');
if (!args.skipHouston) {
await say([
await say(
[
[
'Welcome',
'to',
@ -105,7 +105,9 @@ export async function main() {
`${username}!`,
],
random(welcome),
], { hat: args.fancy ? '🎩' : undefined });
],
{ hat: args.fancy ? '🎩' : undefined }
);
await banner(version);
}