Don't just lint your code, fix it with Prettier

added by JavaScript Kicks
11/7/2019 8:35:42 AM

801 Views

Linting makes everyone's lives easier by telling us what's wrong with our code, but how can we avoid doing the actual work that goes into fixing it? Previously I wrote about linting [https://www.freecodecamp.org/news/what-is-linting-and-how-can-it-save-you-time/] , what it is, and how it makes your life easier.


0 comments