Problem:
Inconsistent code formatting across different contributors makes code reviews tedious and harms readability.
Solution:
Implement Prettier, Husky, and lint-staged to automatically format code with each git commit.
Benefits:
1. No more "format-fighting" between contributors β consistency is king!
2. Streamlined reviews β with automated styling, dive straight into the meat (or