[ci] format

This commit is contained in:
bluwy 2023-07-11 09:24:06 +00:00 committed by astrobot-houston
parent 03c28aa629
commit 13b36d962a

View file

@ -1,6 +1,6 @@
/* eslint-disable no-console */
import { arch, platform } from 'node:os';
import * as colors from 'kleur/colors';
import { arch, platform } from 'node:os';
import whichPm from 'which-pm';
import type yargs from 'yargs-parser';
import { openConfig } from '../../core/config/index.js';