es-tooling / module-replacements-codemods

MIT License
188 stars 26 forks source link

style: add trailling comma option #10

Closed ajkl2533 closed 4 months ago

ajkl2533 commented 4 months ago

Adds trailling commas to generated codemods/index.js file. This should align the style with the Biome configuration where trailing commas are enabled by default.

I noticed this small issue when I was resolving conflicts and I had to manually add the comma.

thepassle commented 4 months ago

Nice, thanks :)