The existing codebase I recently joined working on, has no Prettier installed - no formatter has been used, only VS Code default one - so the new requirement is to add the Prettier and start formatting the codebase.
My main issue is that we are gonna have a lot of files changed and it will be a problem to track them appropriately later, the team is not ready to even think of reviewing all those changes.
Can you please give me any suggestions based on your experience?