Git merge conflicts
Just spent 2 hours resolving a massive git merge conflict because my teammate formatted the entire codebase with Prettier before pushing.
Pro tip: ALWAYS set up Husky and lint-staged so everyone formats code on commit, not randomly once a month.
Pro tip: ALWAYS set up Husky and lint-staged so everyone formats code on commit, not randomly once a month.