mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
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:
@@ -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, '../../');
|
||||
|
||||
Reference in New Issue
Block a user