🎨 Unified code style

This commit is contained in:
Tw93
2023-06-24 20:17:52 +08:00
parent 07938f02f4
commit 00c01a9638
23 changed files with 107 additions and 117 deletions

5
bin/utils/dir.ts vendored
View File

@@ -5,7 +5,4 @@ import { fileURLToPath } from 'url';
const currentModulePath = fileURLToPath(import.meta.url);
// Resolve the parent directory of the current module
export const npmDirectory = path.join(
path.dirname(currentModulePath),
'..'
);
export const npmDirectory = path.join(path.dirname(currentModulePath), '..');