You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
similar to most config modules this exports an object but also loads in the bin for prettier and a plugin which are lost in translation when looking at the npx jsr package.json
I am trying to understand more about the usecase though. Why do you need to install prettier and this config, but not rely on it. I feel like you are relying on node modules hoisting, which would break in pnpm for example.
I created a small prettier config here:
https://jsr.io/@reggi/prettier-config
with three deps
https://jsr.io/@reggi/prettier-config/1.0.1/deno.json#L6
similar to most config modules this exports an object but also loads in the bin for prettier and a plugin which are lost in translation when looking at the npx jsr package.json
I believe this is because jsr doesn't look at import map for deps and looks at runtime deps.
how would you solve for this edge case where you'd expect these other two packages to downloaded?
ideally not
however that might work it's a silly pref hit
The text was updated successfully, but these errors were encountered: