Skip to content

Commit f3fa0b9

Browse files
committed
style: format sync.ts imports according to prettier config
1 parent b3ff4a3 commit f3fa0b9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/commands/sync.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ import { readdir, rm, stat } from 'node:fs/promises';
22
import { join } from 'node:path';
33
import { z } from 'zod';
44
import { getNotInitializedMessage, loadPluginsConfig } from '../config/loader';
5-
import { DIR_AIPM_NAMESPACE, DIR_HOOKS, DIR_MARKETPLACE, DIR_SKILLS, INTEGRATION_INCLUDE_ALL, PLUGIN_SUBDIRS } from '../constants';
5+
import {
6+
DIR_AIPM_NAMESPACE,
7+
DIR_HOOKS,
8+
DIR_MARKETPLACE,
9+
DIR_SKILLS,
10+
INTEGRATION_INCLUDE_ALL,
11+
PLUGIN_SUBDIRS,
12+
} from '../constants';
613
import { getErrorMessage } from '../errors';
714
import { ensureDir, fileExists } from '../helpers/fs';
815
import { resolveMarketplacePath } from '../helpers/git';

0 commit comments

Comments
 (0)