Skip to content

Commit 381bc48

Browse files
committed
Lint nits
1 parent f7b59ed commit 381bc48

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"entry": ["scripts/**/*.js", "src/**/*.ts","test/**/*.test.ts"],
2+
"entry": ["scripts/**/*.js", "src/**/*.ts", "test/**/*.test.ts"],
33
"project": ["scripts/**/*", "src/**/*", "test/**/*"],
44
"ignore": ["dist/**/*"]
55
}

src/commands/optimize.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@ async function addOverrides(
283283
}
284284

285285
export const optimize: CliSubcommand = {
286-
description:
287-
'Optimize dependencies with @socketregistry overrides',
286+
description: 'Optimize dependencies with @socketregistry overrides',
288287
async run(argv, importMeta, { parentName }) {
289288
const commandContext = setupCommand(
290289
`${parentName} dependency optimize`,

0 commit comments

Comments
 (0)