Skip to content

Commit

Permalink
fix lint issues to be able to run updated e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansunbury committed Jan 15, 2025
1 parent e84958e commit 9ef765b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions cli/src/helpers/format.ts
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
import { execa } from "execa";

import { logger } from "~/utils/logger.js";

//! WIP not implemented yet

// Ensures that generated project is tidy after init according to selected formatter
export const formatProject = (eslint: boolean, biome: boolean) => {};
2 changes: 1 addition & 1 deletion cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const main = async () => {
const {
appName,
packages,
flags: { noGit, noInstall, importAlias, appRouter, eslint },
flags: { noGit, noInstall, importAlias, appRouter },
databaseProvider,
} = await runCli();

Expand Down

0 comments on commit 9ef765b

Please sign in to comment.