Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RamIdeas committed Oct 2, 2023
1 parent ac29253 commit 647440a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/wrangler/src/__tests__/helpers/run-wrangler.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as shellquote from "../../utils/shell-quote";
import { main } from "../../index";
import * as shellquote from "../../utils/shell-quote";
import { normalizeSlashes, stripTimings } from "./mock-console";

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import path, { dirname } from "node:path";
import TOML from "@iarna/toml";
import { execa } from "execa";
import { findUp } from "find-up";
import * as shellquote from "./utils/shell-quote";
import { version as wranglerVersion } from "../package.json";

import { fetchResult } from "./cfetch";
Expand All @@ -18,6 +17,7 @@ import { getPackageManager } from "./package-manager";
import { parsePackageJSON, parseTOML, readFileSync } from "./parse";
import { getBasePath } from "./paths";
import { requireAuth } from "./user";
import * as shellquote from "./utils/shell-quote";
import { CommandLineArgsError, printWranglerBanner } from "./index";

import type { RawConfig } from "./config";
Expand Down

0 comments on commit 647440a

Please sign in to comment.