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
I sent a small PR today and noticed that formatting is not enforced in any way. Out of habit I ran deno fmt only to see quite a few unrelated changes that I had to manually revert.
I think it would improve dev experience if contributors were expected to use deno fmt when submitting patches (or have this setup as a GitHub action)
The text was updated successfully, but these errors were encountered:
Hi team,
I sent a small PR today and noticed that formatting is not enforced in any way. Out of habit I ran
deno fmt
only to see quite a few unrelated changes that I had to manually revert.I think it would improve dev experience if contributors were expected to use
deno fmt
when submitting patches (or have this setup as a GitHub action)The text was updated successfully, but these errors were encountered: