Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 24, 2024
1 parent 8bcbcde commit 64aa2be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build-dts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const entries = [
'@webpod/ingrid',
'chalk',
'zurk',
'envapi'
'envapi',
], // args['external-inlines'],
},
output,
Expand Down
7 changes: 6 additions & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
import os from 'node:os'
import path from 'node:path'
import fs from 'node:fs'
import { chalk, type RequestInfo, type RequestInit, parseDotenv } from './vendor-core.js'
import {
chalk,
type RequestInfo,
type RequestInit,
parseDotenv,
} from './vendor-core.js'
import { inspect } from 'node:util'

export { isStringLiteral, parseDotenv } from './vendor-core.js'
Expand Down
2 changes: 1 addition & 1 deletion src/vendor-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export type RequestInit = Parameters<typeof globalThis.fetch>[1]
export { default as chalk, type ChalkInstance } from 'chalk'
export { default as which } from 'which'
export { default as ps } from '@webpod/ps'
export { parse as parseDotenv } from 'envapi'
export { parse as parseDotenv } from 'envapi'

0 comments on commit 64aa2be

Please sign in to comment.