Format all existing files using Prettier #11241
Labels
kind/chore
quality/code
Violations from current rules for code, best practices, etc. Or just bad code.
quality/debt
Shortcuts made for saving time. Fixing this will make us more efficient going forward.
status/triage
Description
We currently have approximately 350 files that are not formatted according to our Prettier rules. This makes PRs harder to review when some of these files are edited.
I suggest fixing them once and for all by using the
yarn prettier . -w
command.It could be a good idea to prevent linking this commit to someone in particular as suggested here.
Not sure what is the best solution, but one easy way to do it could be to create an artificial committer:
We also need to find the right time to do it, preferably when we have fewer active feature branches, to reduce the risk of creating multiple merge conflicts.
Additional Information
No response
Tasks
No response
Acceptance Criterias
No response
The text was updated successfully, but these errors were encountered: