Heavily inspired by Dan Abramov.
How to write less error-prone code in a way that supports collaboration with a large team.
Following these steps won't catch everything but it will catch a lot of things and before they're even committed to VC.
- Use Prettier to enforce code style. Prettier will fix issues automatically and silently.
- Use ESlint to catch possible mistakes in the code before they get commited.