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();