修复 bump-version 脚本导入排序以通过 lint:eslint
- bump-version.mjs 按 simple-import-sort 调整 node:child_process / node:path / node:url 导入顺序
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { spawnSync } from 'node:child_process';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
import path from 'node:path';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
|
||||
const appRoot = fileURLToPath(new URL('..', import.meta.url));
|
||||
const repoRoot = path.resolve(appRoot, '../..');
|
||||
|
||||
Reference in New Issue
Block a user