Skip to content

Commit 7eaf978

Browse files
committed
Apply linter formatting to output files
1 parent 8217706 commit 7eaf978

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/commands/organization/output-dependencies.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { logger } from '@socketsecurity/lib/logger'
32
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk'
43
import chalkTable from 'chalk-table'

src/commands/repository/output-list-repos.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { logger } from '@socketsecurity/lib/logger'
32
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk'
43
import chalkTable from 'chalk-table'

src/commands/repository/output-view-repo.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { logger } from '@socketsecurity/lib/logger'
32
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk'
43
import chalkTable from 'chalk-table'

src/commands/scan/output-list-scans.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { logger } from '@socketsecurity/lib/logger'
32
import type { SocketSdkSuccessResult } from '@socketsecurity/sdk'
43
import chalkTable from 'chalk-table'

src/utils/fs/glob.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { readPackageJson } from '@socketsecurity/lib/packages'
1313
import { transform } from '@socketsecurity/lib/streams'
1414
import { isNonEmptyString } from '@socketsecurity/lib/strings'
1515

16-
1716
import { PNPM } from '../../constants/agents.mjs'
1817

1918
import type { Agent } from '../ecosystem/environment.mts'

0 commit comments

Comments
 (0)