brunocroh / bolhadev.chat

A free platform for Brazilian developers to improve their English skills.
https://bolhadev.chat
185 stars 19 forks source link

chore: add a package to organize imports #13

Closed kawanofer closed 4 months ago

kawanofer commented 4 months ago

Added a package to organize imports on /web @trivago/prettier-plugin-sort-imports

vercel[bot] commented 4 months ago

@kawanofer is attempting to deploy a commit to the Meg IT Team on Vercel.

A member of the Team first needs to authorize it.

brunocroh commented 4 months ago

First of firsts, thank you for your contribution.

The prettier config need to be done in a monorepo level to work with all apps/packages. So I added the same plugin that you mention here to our prettier config on monorepo root 97f9adb

Before start to coding and submit a PR, does good to create an issue to our start a discussion and decide the better way to do.

Thank you again.