Skip to content

Commit

Permalink
fix: remove --eslint from create project
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Feb 6, 2025
1 parent 01d645a commit 4d38997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/start-new-project/partials/create-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const createLaravelApp = async (
"react",
"--ssr",
language === "typescript" ? "--typescript" : "",
"--eslint",
"--no-interaction",
)

Expand Down

0 comments on commit 4d38997

Please sign in to comment.