Streamline Code Reviews with ESLint + Prettier

1 · Eric Elliott · March 28, 2019, 10:56 p.m.
A Shotgun Video EpisodePhoto: Brandon Bailey — Midnight Cowboy (CC-BY-2.0)In the latest episode of Shotgun with Eric Elliott, a video series for members of EricElliottJS.com, we walked through the process of setting up ESLint and Prettier to automate the process of syntax checking and code style management for JavaScript projects.Why are Automated Lint and Code Style Important?ESLint performs automated scans of your JavaScript files for common syntax and style errors.Prettier scans your files fo...