How to make Prettier work with ESLint

added by JavaScript Kicks
6/18/2019 1:30:33 PM

2670 Views

This tutorial is part 2 of 2 in this series. The default setup for my JavaScript projects: Prettier + ESLint. Whereas Prettier is used to autoformat my code to enforce an opinionated code format, ESLint makes sure to keep my code style in a good shape.


0 comments