From 64aa2bedea7e58b36e4be202550ee0f9750efeff Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Wed, 25 Dec 2024 00:48:47 +0300 Subject: [PATCH] chore: linting --- scripts/build-dts.mjs | 2 +- src/util.ts | 7 ++++++- src/vendor-core.ts | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/scripts/build-dts.mjs b/scripts/build-dts.mjs index f97a5eaa85..b4b5e893ec 100644 --- a/scripts/build-dts.mjs +++ b/scripts/build-dts.mjs @@ -60,7 +60,7 @@ const entries = [ '@webpod/ingrid', 'chalk', 'zurk', - 'envapi' + 'envapi', ], // args['external-inlines'], }, output, diff --git a/src/util.ts b/src/util.ts index 456065dbe6..5ad6fac23d 100644 --- a/src/util.ts +++ b/src/util.ts @@ -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' diff --git a/src/vendor-core.ts b/src/vendor-core.ts index d74e6708c7..c039cde3c4 100644 --- a/src/vendor-core.ts +++ b/src/vendor-core.ts @@ -26,4 +26,4 @@ export type RequestInit = Parameters[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'