🐛 unnecessary trailing comma in type parameter list #832
Labels
A-Formatter
Area: formatter
L-JavaScript
Language: JavaScript and super languages
S-Bug-confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
Biome keeps the trailing comma of type parameter lists.
The following example:
is formatted to:
Playground link
Expected result
Biome should remove an unnecessary trailing comma.
The example should thus be formatted to:
Code of Conduct
The text was updated successfully, but these errors were encountered: