How to integrate Husky, ESLint, Prettier to project in less than 15 minutes (step-by-step guide)
Usage of code formatter increases the readability of code and helps to keep the same style in the whole project. In this article, we will go through one of the most popular linter ESLint, which is intended for Javascript and Typescript.