Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sor4chi committed Apr 10, 2024
1 parent 8d3aec3 commit 945e31f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import * as fs from "node:fs/promises";
import * as path from "node:path";
import { Twrangler } from "@twrangler/core";
import * as esbuild from "esbuild";
import * as pico from "picocolors";
import yargs from "yargs";
import { hideBin } from "yargs/helpers";
import * as fs from "node:fs/promises";
import * as pico from "picocolors";
import * as esbuild from "esbuild";
import * as path from "node:path";

const CONFIG_SOURCE_FILE = "wrangler.config.ts";
const CONFIG_OUTPUT_FILE = "wrangler.toml";
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Config, configSchema } from "@twrangler/schema";
import * as TOML from "@iarna/toml";
import { type Config, configSchema } from "@twrangler/schema";

export class Twrangler {
config: Config;
Expand Down

0 comments on commit 945e31f

Please sign in to comment.