Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fmt]: Allow disabling trailing commas #27856

Open
sakgoyal opened this issue Jan 28, 2025 · 0 comments
Open

[fmt]: Allow disabling trailing commas #27856

sakgoyal opened this issue Jan 28, 2025 · 0 comments

Comments

@sakgoyal
Copy link

Would you consider adding an option to disable trailing commas in the fmt config in deno.json? I am trying to migrate a large project to deno from node, but without this, it makes a really big diff in git.

I want to keep the change minimal for the project, but this changes thousands of lines.

Suggested implementation

// deno.jsonc 
"fmt" : {
    // ...
    "trailingCommas" : false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant