Current Behavior
Currently the code isn't formatted by any code formatter. A code formatter was added in #947.Now would be a good time to run the formatter on the entire codebase to ensure a consistent style now on.
Expected Behavior
Run make format to run prettier on the codebase. This might be a tedious PR to merge considering that the formatter makes changes to >1000 files.
Contributor Guide and Resources
Current Behavior
Currently the code isn't formatted by any code formatter. A code formatter was added in #947.Now would be a good time to run the formatter on the entire codebase to ensure a consistent style now on.
Expected Behavior
Run
make formatto run prettier on the codebase. This might be a tedious PR to merge considering that the formatter makes changes to >1000 files.Contributor Guide and Resources