From 9ef765b4c950bbd5b35bfc073ce11aa97143adaf Mon Sep 17 00:00:00 2001 From: aidansunbury Date: Wed, 15 Jan 2025 13:37:24 -0800 Subject: [PATCH] fix lint issues to be able to run updated e2e tests --- cli/src/helpers/format.ts | 8 -------- cli/src/index.ts | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/cli/src/helpers/format.ts b/cli/src/helpers/format.ts index a25d88a54a..e69de29bb2 100644 --- a/cli/src/helpers/format.ts +++ b/cli/src/helpers/format.ts @@ -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) => {}; diff --git a/cli/src/index.ts b/cli/src/index.ts index cc0ab4d134..b8b420d32b 100644 --- a/cli/src/index.ts +++ b/cli/src/index.ts @@ -38,7 +38,7 @@ const main = async () => { const { appName, packages, - flags: { noGit, noInstall, importAlias, appRouter, eslint }, + flags: { noGit, noInstall, importAlias, appRouter }, databaseProvider, } = await runCli();