How to add ESlint, Prettier, and Husky (Git Hook) in React JS 2022
9 min readFeb 18, 2022
--
Introduction
Today we are going to make our life easier a little bit! As developers, we have to work in a team (in most cases). Different person has different styles, so it’s hard to follow a specific coding pattern. Also, some people like four spaces as a tab, and some like 2. So code format also looks weird if there are no specific rules…