Do we need prettier
on @remix-run/dev
#8474
-
Hi all, I noticed So I was thinking it maybe slipped-in somehow and nobody has noticed. It's not a big deal, but since that way is usable from your project if you are using Example: npx create-remix@latest deleteme-npm
# ...
cd deleteme-npm
npx prettier --version
2.8.8 npm reports prettier version from the package required by pnpx create-remix deleteme-pnpm
cd deleteme-pnpm
pnpx prettier --version
# ...
3.1.1 pnpm reports the (currently) latest |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
remix/packages/remix-dev/cli/useJavascript.ts Lines 25 to 29 in 2ba86f1 remix/packages/remix-dev/cli/commands.ts Lines 285 to 291 in 2ba86f1 |
Beta Was this translation helpful? Give feedback.
prettier
is used inhttps://github.com/remix-run/remix/blob/main/packages/remix-dev/cli/useJavascript.ts
, which is used by thereveal
commandremix/packages/remix-dev/cli/useJavascript.ts
Lines 25 to 29 in 2ba86f1
remix/packages/remix-dev/cli/commands.ts
Lines 285 to 291 in 2ba86f1