Posts tagged "node.js"
Setting Up ESLint And Prettier In A Node Project
October 29, 2021
3 min read
One of the best ways to make a codebase maintainable and consistent is to follow a proper code formatting and coding style. In a codebase with only one... read the post