chore: turn on perfectionist/sort-named-imports (#55215)

* chore: turn on perfectionist/sort-named-imports

* turn on perfectionist/sort-named-exports
This commit is contained in:
thinkasany
2025-10-01 21:19:07 +08:00
committed by GitHub
parent e8b38481f6
commit e0b59e166f
39 changed files with 93 additions and 95 deletions

View File

@@ -14,7 +14,7 @@ import { Octokit } from '@octokit/rest';
import { spawnSync } from 'child_process';
import difference from 'lodash/difference';
import open from 'open';
import { select, input, checkbox, confirm } from '@inquirer/prompts';
import { checkbox, confirm, input, select } from '@inquirer/prompts';
import { getUserAgent, resolveCommand } from 'package-manager-detector';
const ROOT = path.resolve(__dirname, '../../');