Skip to content

Commit ebc9202

Browse files
committed
Fix formatting
1 parent b606681 commit ebc9202

File tree

1 file changed

+15
-1
lines changed
  • packages/knip/src/binaries/package-manager

1 file changed

+15
-1
lines changed

packages/knip/src/binaries/package-manager/bun.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ import { toEntry } from '../../util/input.js';
55
import { isAbsolute, join } from '../../util/path.js';
66
import { resolveX } from './bunx.js';
77

8-
const commands = ['add', 'audit', 'create', 'init', 'install', 'link', 'pm', 'remove', 'run', 'test', 'update', 'upgrade', 'x'];
8+
const commands = [
9+
'add',
10+
'audit',
11+
'create',
12+
'init',
13+
'install',
14+
'link',
15+
'pm',
16+
'remove',
17+
'run',
18+
'test',
19+
'update',
20+
'upgrade',
21+
'x',
22+
];
923

1024
export const resolve: BinaryResolver = (_binary, args, options) => {
1125
const parsed = parseArgs(args, { string: ['cwd'] });

0 commit comments

Comments
 (0)