From 439f41493c8e5ec7c602c40931ddc6cbb63280b8 Mon Sep 17 00:00:00 2001 From: Pine Date: Tue, 26 Nov 2024 18:21:36 -0700 Subject: [PATCH] fix lint --- src/commands/link/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/link/index.ts b/src/commands/link/index.ts index f305757..fc5c009 100644 --- a/src/commands/link/index.ts +++ b/src/commands/link/index.ts @@ -18,7 +18,7 @@ import path from "path"; import { ciStr } from "../../util/ci.js"; import { getProjectsByOrgReq, sendMapRepoAndFinishProjectCreationReq, sendCreateProjectReq, sendGetRepoIdReq } from "../../util/graphql.js"; -import { confirmExistingProjectLink, confirmOverwriteCiHypFile, fileExists, getCiHypFilePath, getSettingsFilePath, getGitConfigFilePath, getGitRemoteUrl, getGithubWorkflowDir, promptProjectLinkSelection, promptProjectName, readSettingsJson, writeGithubInstallationIdToSettingsFile, hasGitRemoteUrl } from "../../util/index.js"; +import { confirmExistingProjectLink, confirmOverwriteCiHypFile, fileExists, getCiHypFilePath, getSettingsFilePath, getGitConfigFilePath, getGitRemoteUrl, getGithubWorkflowDir, promptProjectLinkSelection, promptProjectName, readSettingsJson, writeGithubInstallationIdToSettingsFile } from "../../util/index.js"; export default class LinkIndex extends Command { static override args = {};