Skip to content

Commit 16a5c09

Browse files
committed
fix: lint
1 parent d97a1ae commit 16a5c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/cli/src/configLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as fs from "fs";
22
import { dirname } from "node:path";
3+
import { fileURLToPath } from "node:url";
34
import * as path from "path";
45

56
import {
@@ -13,7 +14,6 @@ import {
1314
import { DefaultApiInterface } from "@continuedev/sdk/dist/api/dist/index.js";
1415
import chalk from "chalk";
1516

16-
import { fileURLToPath } from "node:url";
1717
import { uriToPath, uriToSlug } from "./auth/uriUtils.js";
1818
import {
1919
AuthConfig,

0 commit comments

Comments
 (0)