Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 439f414

Browse files
committed
fix lint
1 parent e8355b3 commit 439f414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/link/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import path from "path";
1818

1919
import { ciStr } from "../../util/ci.js";
2020
import { getProjectsByOrgReq, sendMapRepoAndFinishProjectCreationReq, sendCreateProjectReq, sendGetRepoIdReq } from "../../util/graphql.js";
21-
import { confirmExistingProjectLink, confirmOverwriteCiHypFile, fileExists, getCiHypFilePath, getSettingsFilePath, getGitConfigFilePath, getGitRemoteUrl, getGithubWorkflowDir, promptProjectLinkSelection, promptProjectName, readSettingsJson, writeGithubInstallationIdToSettingsFile, hasGitRemoteUrl } from "../../util/index.js";
21+
import { confirmExistingProjectLink, confirmOverwriteCiHypFile, fileExists, getCiHypFilePath, getSettingsFilePath, getGitConfigFilePath, getGitRemoteUrl, getGithubWorkflowDir, promptProjectLinkSelection, promptProjectName, readSettingsJson, writeGithubInstallationIdToSettingsFile } from "../../util/index.js";
2222

2323
export default class LinkIndex extends Command {
2424
static override args = {};

0 commit comments

Comments
 (0)